Opn your xenforo forum admin dashboard page.
Go to Admin CP > Appearance >Styles > templates >
Search and find navigation template
Find this line
Add this code above the line
Go to Admin CP > Appearance >Styles > templates >
Search and find navigation template
Find this line
Kod:
<!-- extra tabs: end -->
<xen:if is="{$extraTabs.end}">
<xen:foreach loop="$extraTabs.end" key="$extraTabId" value="$extraTab">
Add this code above the line
Kod:
<!-- customtab -->
<li class="navTab PopupClosed"><a href="LINK HERE" class="navLink">TAB Name HERE</a></li>
This is a simple and very fast method