1. sultaninen
  2. Support
  3. Tuesday, September 02 2014, 09:44 AM
Hi

How can I change the warning messages after validation failed? I have a phone field which requires the user to input the phone number in the following format: +xx (y)zz zzz zz zz

A lot of users enter their phonenumber in the following (old fashioned) style: 031 / 555 22 11
This will not validate. But the message is always:

"invalid field: phone"

There is a hint missing, in what format we expect the phone number to be entered. Can you tell me where I could change the dafault warning text for validation?

Thanks a lot
Bernhard
Accepted Answer
admin Accepted Answer
Admin
Hi,
you can do this with simple mod to our files follow these steps:
- Open this file: /administrator/components/com_jsn/models/rule/phone.php
- Add this code at line 78 and at line 98
JFactory::getApplication()->enqueueMessage('Here your warning text','warning');
  1. more than a month ago
  2. Support
  3. # Permalink
sultaninen Accepted Answer
Pro
Thanks a lot! This did the trick. Unfortunately it's a hack, and I have to redo it after any update.... Any chance to make that as an override in the future?

Bernhard
  1. more than a month ago
  2. Support
  3. # 1
admin Accepted Answer
Admin
Yes, Easy Profile in a young component and we will improve.
  1. more than a month ago
  2. Support
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.