• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

How to add a custom Tab

Admin

Well-Known Member
Staff member
Administrator
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


PHP:
<!-- 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




PHP:
<li class="navTab PopupClosed"><a href="{xen:link account/upgrades}" class="navLink">Premium</a></li>


and boom your own tab for user upgrades
 

Facebook Comments

New posts New threads New resources

Back
Top