HannahKang Active member Feb 6, 2017 #1 I need to remove certain settings from the user account page because We will be linking accounts. How would I disable or hide selections like contact details or two step verification?
I need to remove certain settings from the user account page because We will be linking accounts. How would I disable or hide selections like contact details or two step verification?
Amaury Well-known member Feb 19, 2017 #2 Edit the account_wrapper template and comment out or remove the relevant pieces of code. For example: Code: <xen:comment> <li><a class="{xen:if "{$selectedKey} == 'account/contactDetails'", 'secondaryContent', 'primaryContent'}" href="{xen:link account/contact-details}">{xen:phrase contact_details}</a></li> </xen:comment> Upvote 0 Downvote
Edit the account_wrapper template and comment out or remove the relevant pieces of code. For example: Code: <xen:comment> <li><a class="{xen:if "{$selectedKey} == 'account/contactDetails'", 'secondaryContent', 'primaryContent'}" href="{xen:link account/contact-details}">{xen:phrase contact_details}</a></li> </xen:comment>