Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Form validation error delimiter
Post: RE: Form validatiion error delimiter

The real question is that I create a form_validation.php file in my config directory. It contains: PHP Code: --
7,399 Views
2 Replies
12-19-2016, 08:52 AM
mla
    Thread: Form validation error delimiter
Post: Form validation error delimiter

Hello I read form validation documentation about error delimiter setup: PHP Code: -- $config['error_prefix'] = ''; $config['error_suffix'] = ''; -- But if I use "in line" messages (Showing...
7,399 Views
2 Replies
12-18-2016, 02:32 PM
mla
    Thread: How to extend Ion_auth
Post: How to extend Ion_auth

Hello Which is the correct way to extend a third_party library / model ? In particular, I need to modify some existing functions in original library / model, or add new ones. But without modi...
3,018 Views
1 Replies
12-08-2016, 02:43 PM
mla
    Thread: IonAuth: some functions more
Post: IonAuth: some functions more

Hello I would implement some more functions with IonAuth authentication: set expiration time for password (force new password procedure) auto disable user after certain time since last login ...
1,866 Views
0 Replies
12-01-2016, 03:47 AM
mla
    Thread: Ion_Auth: RememberMe
Post: Ion_Auth: RememberMe

Hello I have used IonAuth add on in my project, for user authentication. It's all ok, but I have not understood the real difference between set or unset "Remember me" check-box in login section......
1,902 Views
0 Replies
12-01-2016, 03:39 AM
mla
    Thread: Setting a Config Item
Post: [RESOLVED] RE: Setting a Config Item

Ok. Many thanks. This is th correct syntax for configuration parameters 'item_name' loaded from file 'file_name': PHP Code: -- $this->config->config['file_name'] ['item_name'] = 'new_value'; --
5,640 Views
4 Replies
11-29-2016, 12:47 PM
mla
    Thread: Setting a Config Item
Post: RE: Setting a Config Item

With: PHP Code: -- $config['ion_auth'] ['identity'] = 'new_value'; -- I initialize $config array; but it isn't the same array where original configuration ion_auth was loaded... If I try:...
5,640 Views
4 Replies
11-29-2016, 06:04 AM
mla
    Thread: Setting a Config Item
Post: Setting a Config Item

Hello Is it possible to set a value into an item loaded from a config file? I read into the manual the page about "Config Class" Expecially about "set_item" function But which is the syntax fo...
5,640 Views
4 Replies
11-28-2016, 02:07 PM
mla

Theme © iAndrew 2016 - Forum software by © MyBB