Glad you figured it out with @arasbm's help @trevor, sorry I had to go to bed 😄
Remove Profile Editing Features
-
Hi,
I would like to remove the editing page from the forum, but have not found a way to do that yet. This is because we will be allow profile editing externally. Would anyone be willing to provide some pointers?
Thanks in advance,
Josh -
@joshua you will have to edit the theme template and remove the link. If you are using persona... remove this line
https://github.com/NodeBB/nodebb-theme-persona/blob/master/templates/partials/account/menu.tpl#L21
and these lines
https://github.com/NodeBB/nodebb-theme-persona/blob/master/templates/partials/menu.tpl#L62-L66
-
Awesome. Thanks.