XF 1.1 Navbar link to other forum-based page

ZerpMC

Member
Hello

I added a tab (Donate) to my navbar using the following, it links to a forum-based page.
Code:
        <!-- mytab -->
        <li class="navTab PopupClosed"><a href="{xen:link wiki/donations}" class="navLink">{xen:phrase Donate}</a></li>

I created a glowing effect for when you have a tab selected. When someone clicks on this tab, instead of glowing on the 'Donate' tab, it glows on the tab for the section which contains the page.

How do I make it glow on the 'Donate' tab instead of the other one?

Sorry for nooby terminology.
 
You would need a custom add-on to make this function. If you remake your page as a XenForo Page (which is a node), you can use @Jake Bunce's Node as Tabs add-on to accomplish this (I believe).
 
Top Bottom