Amaury Well-known member Dec 3, 2014 #1 A while ago I replaced the username in the username dropdown menu with a new phrase I created called Control Panel. However, I want to customize it further and remove the dropdown menu and instead have Control Panel be a direct link to /account/. How would I accomplish this?
A while ago I replaced the username in the username dropdown menu with a new phrase I created called Control Panel. However, I want to customize it further and remove the dropdown menu and instead have Control Panel be a direct link to /account/. How would I accomplish this?
Amaury Well-known member Dec 9, 2014 #2 I figured it out. In the navigation_visitor_tab template, I changed this: Code: <a href="{xen:link account}" class="navLink accountPopup NoPopupGadget" rel="Menu">{xen:phrase your_account} To this: Code: <a href="{xen:link account}" class="navLink accountPopup NoPopupGadget">{xen:phrase your_account} Upvote 0 Downvote
I figured it out. In the navigation_visitor_tab template, I changed this: Code: <a href="{xen:link account}" class="navLink accountPopup NoPopupGadget" rel="Menu">{xen:phrase your_account} To this: Code: <a href="{xen:link account}" class="navLink accountPopup NoPopupGadget">{xen:phrase your_account}