How To Add A Custom Tab On XenForo. Ever want your user upgrades to have their own tab? well look no further. You will need to go
Follow the tutorial below :
- Admin Cp
- Appearanc
- 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
How To Add A Custom Tab On XenForo so hopefully can help you. Good Luck!
Title: How To Add A Custom Tab On XenForo
Posted by:
Published :2013-08-27T10:00:00-07:00
How To Add A Custom Tab On XenForo
Related articles:
Posted by:
Published :2013-08-27T10:00:00-07:00
How To Add A Custom Tab On XenForo
0 comments :
Post a Comment