User Profile Plug-in, joomla 2.5.8 - Joomla! Forum - community, help and support
hello all
i've done user profile plugin, worked on local development system (joomla 2.5.3)
now installed joomla 2.5.8 on webserver set online, unfortunately plugin not work correctly.
administrator:
plugin enabled , fields show , defined required.
site:
registering new user: plugins form not shown.
why?
the following line called every field.
when install same zip file on local machine works.
i noticed, standard /user/profile files have changed compared 2.5.3.
so tried make test plugin based on files.
finally ended in same behavior.
did miss activate something?
what has changed regarding user profile since 2.5.3?
is there demo user profile plugin 2.5.8 test on installation?
i've done user profile plugin, worked on local development system (joomla 2.5.3)
now installed joomla 2.5.8 on webserver set online, unfortunately plugin not work correctly.
administrator:
plugin enabled , fields show , defined required.
site:
registering new user: plugins form not shown.
why?
the following line called every field.
code: select all
$form->setfieldattribute($field, 'required', ($this->params->get('register-require_' . $field) == 2) ? 'required' : '', 'sdrprofile');when install same zip file on local machine works.
i noticed, standard /user/profile files have changed compared 2.5.3.
so tried make test plugin based on files.
finally ended in same behavior.
did miss activate something?
what has changed regarding user profile since 2.5.3?
is there demo user profile plugin 2.5.8 test on installation?
nearly 1 month passed , nobody has help, hint or demo user profile plugin, true???
Comments
Post a Comment