Theme editor



thxf.org

How To How To Add A Custom Tab

thxf.org thxf.org is verified member.

Administrator
Staff member
Admin
Thread owner
Ever want your user upgrades to have their own tab? well look no futher.

You will need to go
Admin Cp --> Appearance --> style --> Your Skin-->Templates

Once your in templates go to "navigation"
Search for this once your in navigation

Code:
<!-- extra tabs: end -->
<xen:if is="{$extraTabs.end}">
<xen:foreach loop="$extraTabs.end" key="$extraTabId" value="$extraTab">
<xen:if is="{$extraTab.linksTemplate}">
<li class="navTab {$extraTabId} {xen:if $extraTab.selected, 'selected', 'Popup PopupControl PopupClosed'}">

Right above it add this code

Code:
<li class="navTab PopupClosed"><a href="{xen:link account/upgrades}" class="navLink">Premium</a></li>
and boom your own tab for user upgrades
 


Similar threads

  • Article Article
vBulletin 5.5.5 Changes and Updates vBulletin Connect 5.5.5 is now available for all download customers. vBulletin Cloud customers will have their sites upgraded automatically over the next couple...
Replies
0
Views
1K
  • Question Question
<li class="navTab PopupClosed"><a href="{xen:link account/upgrades}" class="navLink">Premium</a></li> มันมีไรเกิดขึ้น ผมเขียนปุ่ม google <li class="navTab PopupClosed"><a href="...
Replies
2
Views
3K


Back
Top Bottom