Customizing account settings

alt=
DannyA
@dannya
6 years ago
584 posts
Is it possible to modify the templates for account settings pages,

Eg. profile settings, account settings, notifications, profile networks, Notes, etc..

I want to incorporate these pages with the layout and themes of the rest of the site but afraid customization will break when core modules updated.
updated by @dannya: 09/04/18 07:17:50AM
michael
@michael
6 years ago
7,715 posts
So long as you use one of these techniques for altering templates they will survive upgrades:

Docs: "Altering a modules template"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1051/altering-a-modules-template

The tempates that control forms are
form_begin.tpl
form_end.tpl
form_field_elements.tpl

However if you wanted to do something ajax'y, perhaps making your own module that adjusts the profile datastore would give you the most control.
adjust.jpg
adjust.jpg  •  122KB


updated by @michael: 06/05/18 10:56:39PM

Tags