XF 1.5 Disable Account Menu > Preferences overlay

Optic

Well-known member
Hello there,

Is it possible to easily disable just the overlay for Account Menu > Preferences ?

To try and simplify navigation I'm trying to just point members to Preferences but would like the full page to appear to expose all the options as opposed to the other Account Menu links.
 
Edit the navigation_visitor_tab template.

Remove the portion of code in orange:
Rich (BB code):
<li><a href="{xen:link account/preferences}" class="OverlayTrigger">{xen:phrase preferences}</a></li>
 
Top Bottom