Ajax Register - DOB Label - Ajax Register v3.3.6
- TimA
- Topic Author
- Offline
- New Member
10 years 3 months ago #7328
by TimA
Hello Emir Sakic,
Question if I may.
Installed Ajax Register on a Joomla 3.3.3 development site of my live Joomla 2.5 site.
On the development site registration form there is a "label" appearing: The date of birth entered should use the format Year-Month-Day, i.e 0000-00-00.
However, this label appears even when the Date of birth field is set to the following: Required: No, Published: No, Visibility: Admin only, Access: Special
I can always hide this label through CSS - the label - but would ideally prefer any other tips for turning it off or reason(s) for it appearing when a Date of Birth is not being called for in the registration form.
Regards,
Tim.
Question if I may.
Installed Ajax Register on a Joomla 3.3.3 development site of my live Joomla 2.5 site.
On the development site registration form there is a "label" appearing: The date of birth entered should use the format Year-Month-Day, i.e 0000-00-00.
However, this label appears even when the Date of birth field is set to the following: Required: No, Published: No, Visibility: Admin only, Access: Special
I can always hide this label through CSS - the label - but would ideally prefer any other tips for turning it off or reason(s) for it appearing when a Date of Birth is not being called for in the registration form.
Regards,
Tim.
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
10 years 3 months ago #7336
by Saka
Emir Sakic
www.sakic.net
Please send the URL so I can have a look. Strange that a label of an unpublished field is shown.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- TimA
- Topic Author
- Offline
- New Member
10 years 3 months ago #7337
by TimA
Hello,
Thanks for your reply.
URL below. This is a Joomla 3.3.3 development site.
www.timaustin.co.uk/zztest/simsurprise25...er/registration-form
I notice that in the Joomla 2.5.24 live site that the label does not show.
Regards,
Tim.
Thanks for your reply.
URL below. This is a Joomla 3.3.3 development site.
www.timaustin.co.uk/zztest/simsurprise25...er/registration-form
I notice that in the Joomla 2.5.24 live site that the label does not show.
Regards,
Tim.
Please Log in or Create an account to join the conversation.
- TimA
- Topic Author
- Offline
- New Member
10 years 3 months ago #7345
by TimA
Just an update - I now believe this is an issue with Joomla 3.3.3 not your product. . .
joomlacode.org/gf/project/joomla/tracker...tem_id=34021&start=0
Regards,
Tim.
joomlacode.org/gf/project/joomla/tracker...tem_id=34021&start=0
Regards,
Tim.
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
10 years 3 months ago #7346
by Saka
Emir Sakic
www.sakic.net
Yes. Try disabling the user profile plugin.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- TimA
- Topic Author
- Offline
- New Member
10 years 3 months ago #7350
by TimA
Hello,
Thanks for your reply.
I take on-board about trying disabling the user profile plugin.
What I have done (yes, there can be risks - so good practice steps are prudent, such as a site backup, downloading the original file to re-upload again if necessary - or rename the original and upload the modified file) is add the 15 lines of code outlined here:
github.com/bembelimen/joomla-cms/commit/...debab766cdf8e75a84ca
to the plugins/user/profile/profile.php file
This has worked. I assume it will be incorporated in the next release of Joomla (v3.3.4 ?).
Regards,
Tim.
Thanks for your reply.
I take on-board about trying disabling the user profile plugin.
What I have done (yes, there can be risks - so good practice steps are prudent, such as a site backup, downloading the original file to re-upload again if necessary - or rename the original and upload the modified file) is add the 15 lines of code outlined here:
github.com/bembelimen/joomla-cms/commit/...debab766cdf8e75a84ca
to the plugins/user/profile/profile.php file
This has worked. I assume it will be incorporated in the next release of Joomla (v3.3.4 ?).
Regards,
Tim.
Please Log in or Create an account to join the conversation.