Hi, We are looking to add a link to our account upgrades into the navigation bar, as pictured below. We want it to appear alongside the links Forums Shoutbox Football Betting Games Store Can anybody please advise me?
Is this a node inside of XF? Or an external page? It can be done differently depending on which. If you want to add a node as a menu item read this: https://xenforo.com/community/threads/i-would-like-to-add-a-drop-down-navbar-menu-that-links-to-xenforo-pages-on-my-site.53565/ Code (markup): If you want to add an external link, you will have to do a template edit and add it manually. Go to the 'navigation' template and find the 'extra tabs' comment. Add this code before: <li class="navTab PopupClosed"><a href="YOUR_LINK" class="navLink">MENU_LINK_TEXT</a></li> Code (markup):
The cleanest way would be to make an addon that uses the navigation_tabs event listener since that's exactly what it's for.