Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: concat validation rules with form_validation
Post: RE: concat validation rules with form_validation

Many times users surprise us ;)
11,249 Views
8 Replies
05-12-2017, 01:26 AM
annx10
    Thread: concat validation rules with form_validation
Post: RE: concat validation rules with form_validation

Quote: -- I use jQuery Form validation (https://jqueryvalidation.org/), but that also only shows one error per field. I don't think it would make sence to show all requirements when a field fai...
11,249 Views
8 Replies
05-06-2017, 04:23 AM
annx10
    Thread: concat validation rules with form_validation
Post: RE: concat validation rules with form_validation

Hi. Yes, like marksman has said, max_length[15] for email was an example. Then, if it is normal behaviour, everything cleared up, OK. Anyway, I will use js validation before validation in server ...
11,249 Views
8 Replies
05-05-2017, 02:04 AM
annx10
    Thread: concat validation rules with form_validation
Post: concat validation rules with form_validation

Hi. I have a doubt about validaton files with form_validation library when concat several rules with pipes(|). For example. I have an email field that I validate with: required|max_length[15]|va...
11,249 Views
8 Replies
05-04-2017, 01:42 PM
annx10
    Thread: External functions in form_validation.php file
Post: RE: External functions in form_validation.php file

Hi, neuron. Thank you very much for your help. I had MY_Form_validation.php extending form_validation_library yet with several custom validation functions. My problem was that I needed use a func...
4,425 Views
2 Replies
05-02-2017, 07:17 AM
annx10
    Thread: External functions in form_validation.php file
Post: External functions in form_validation.php file

Hi. I want use form_validation.php file with my rules that I put in application/config. My problem is that some rules need use functions that are for example in models. I have this in my form_valid...
4,425 Views
2 Replies
05-01-2017, 05:47 AM
annx10
    Thread: Username required in Community Auth
Post: RE: Username required in Community Auth

Thank you very much, guys.
5,203 Views
4 Replies
04-28-2017, 01:10 PM
annx10
    Thread: Username required in Community Auth
Post: Username required in Community Auth

Hi. For my application I need have username like required. Can I modify table "users" changing field username for not admitance nulls? If I modify it, that affects something that I must consider?...
5,203 Views
4 Replies
04-28-2017, 04:20 AM
annx10
    Thread: João e Maria simple and light breadcrumb
Post: RE: João e Maria simple and light breadcrumb

Thanks, MarioAC. I think that your code may help me in my application. Firstly I decided obviate this feature, but with your help it will be easier. Thank you very much.
3,373 Views
2 Replies
04-28-2017, 03:51 AM
annx10
    Thread: Add new authentication variable in Community Auth
Post: RE: Add new authentication variable in Community A...

Hi, skunbad. I have had that you explain in the link that you posted about correct way to insert new information in profile data. However, when I do the last step, autoload auth_model and my_auth_...
6,300 Views
4 Replies
04-20-2017, 01:08 PM
annx10
    Thread: Add new authentication variable in Community Auth
Post: RE: Add new authentication variable in Community A...

Ok, skunbad, thank you very much. I had did: - I added new field 'avatar' in users table. - I added new property $avatar in Auth_Controller (public $avatar), and in the _set_user_variables() meth...
6,300 Views
4 Replies
04-17-2017, 12:17 PM
annx10
    Thread: Add new authentication variable in Community Auth
Post: Add new authentication variable in Community Auth

Hi. For application that I am developing, I want add a new authentication variable for it is available en views, controllers, etc. Is very simple, I need have avatar's image of user that is logged...
6,300 Views
4 Replies
04-16-2017, 05:53 AM
annx10
    Thread: Show login errors in Community Auth
Post: RE: Show login errors in Community Auth

Hi, skunbad. Firstly, sorry for write two post about my problem. I know that you are very busy and that you are the one that worked about Community Auth, but I think that other members could help m...
5,132 Views
4 Replies
04-14-2017, 06:14 AM
annx10
    Thread: Show login errors in Community Auth
Post: RE: Show login errors in Community Auth

Hi. Please, anybody has had same need? I know that it isn't some basic, but I like that user sees what was error. thanks.
5,132 Views
4 Replies
04-13-2017, 01:12 PM
annx10
    Thread: Show login errors in Community Auth
Post: Show login errors in Community Auth

Hi. I have setup correctly community auth in my project, and all works fine. However, I need help with some views that I am developing. My problem is that I want show login errors individually ...
5,132 Views
4 Replies
04-11-2017, 02:28 PM
annx10

Theme © iAndrew 2016 - Forum software by © MyBB