Added field to registration form - malfunction - Joomla! Forum - community, help and support
hello all,
i added field registration form in joomla.
therefore made necessary changes in following files:
libraries/joomla/database/table/user.php
libraries/joomla/user/user.php
components/com_user/views/register/tmpl/default.php
components/com_user/views/user/tmpl/form.php
administrator/components/com_users/views/user/tmpl/form.php
administrator/components/com_users/views/users/tmpl/default.php
since use alpharegistration, editted 1 well:
components/com_alpharegistration/views/register/tmpl/default.php
all works fine, apart fact when want make change field in backend , press save. notice has been saved, yet not case.
however if when frontend user details view make change, correctly changed.
anyone has idea why editting field via frontend saved, , via backend not?
here tutorials used make changes:
http://www.dart-creations.com/joomla/joomla-tutorials/adding-more-fields-to-the-joomla-1.5-registration-page.html
http://forum.joomla.org/viewtopic.php?f=304&t=686009
http://www.alphaplug.com/index.php/forum/29-general-questions-about-alpharegistration/7699-adding-more-fields.html#7699
i added field registration form in joomla.
therefore made necessary changes in following files:
libraries/joomla/database/table/user.php
libraries/joomla/user/user.php
components/com_user/views/register/tmpl/default.php
components/com_user/views/user/tmpl/form.php
administrator/components/com_users/views/user/tmpl/form.php
administrator/components/com_users/views/users/tmpl/default.php
since use alpharegistration, editted 1 well:
components/com_alpharegistration/views/register/tmpl/default.php
all works fine, apart fact when want make change field in backend , press save. notice has been saved, yet not case.
however if when frontend user details view make change, correctly changed.
anyone has idea why editting field via frontend saved, , via backend not?
here tutorials used make changes:
http://www.dart-creations.com/joomla/joomla-tutorials/adding-more-fields-to-the-joomla-1.5-registration-page.html
http://forum.joomla.org/viewtopic.php?f=304&t=686009
http://www.alphaplug.com/index.php/forum/29-general-questions-about-alpharegistration/7699-adding-more-fields.html#7699
problem found.
i named variable $cid, in controller.php file.
just renamed else , worked perfectly.
i named variable $cid, in controller.php file.
just renamed else , worked perfectly.
Comments
Post a Comment