YJSGframework / yjsg

YJSG Template Framework Plugin
GNU General Public License v2.0
17 stars 14 forks source link

problem with registration form in template portofisimo #40

Closed oblifund closed 7 years ago

oblifund commented 7 years ago

what can i do about the following

it is not possible to display Joomla profile fields on registration form of Portfisimo template.

this is what my help whas emailing me I found the problem. It is a problem with the template, especial its plugin System - Yjsg Framework

I had to edit its file default.php to show the fields. That plugin resets the form fields and does not include profile and custom fields.

danyj commented 7 years ago

Be precise please , what default.php what profile and what did you had to change ?

oblifund commented 7 years ago

I commented line 16 in that file /plugins/system/yjsg/legacy/html/com_users/registration/default.php

$this->form->reset( true );
oblifund commented 7 years ago

from the template portifisimo what i use for the website

danyj commented 7 years ago

do not edit plugin files they are changed on update , do override in your template

templates/templatename/html/com_users/registration/default.php

still need to know what profile you are talking about

oblifund commented 7 years ago

registration profile from my website

oblifund commented 7 years ago

where can i override it

oblifund commented 7 years ago

http://www.oblifund.nl/registration this profile

danyj commented 7 years ago

copy this

/plugins/system/yjsg/legacy/html/com_users/registration/default.php

to

templates/templatename/html/com_users/registration/default.php

and do what you need

oblifund commented 7 years ago

Tell him, it is not possible to show profile fields even you have enabled the plugin 'User - Profile'.