Page 1 of 1

Front End Users Multiple Change Settings Templates

Posted: Thu Apr 23, 2015 9:44 am
by mgr
Hi,

Was wondering if it's possible to have multiple change settings templates, so a user can change specific user properties?

Would like to update a user property, for example a checkbox, when a user loads a page or presses a button.

Is something like this possible?

Thanks for any help.

Re: Front End Users Multiple Change Settings Templates

Posted: Thu Apr 23, 2015 11:02 pm
by Jo Morg
mgr wrote:Was wondering if it's possible to have multiple change settings templates, so a user can change specific user properties?
Well sort of... FEU doesn't support multiple change settings templates, but you can use GCB's and some Smarty logic to trigger different templates (in different GCB's) depending on some conditions. Search the forum, there should be a few posts about it already.
mgr wrote:Would like to update a user property, for example a checkbox, when a user loads a page or presses a button.

Is something like this possible?
Either use the above suggestion or an UDT accessing FEU API directly which is also possible. But you would need some good PHP understanding and to do some research on the module API.

HTH