Frode789

Customer
So how do I get the navigation bar to be marked with a color (as active tab), when I'm on that page?

This is how it usually works:
guild.png


But my new custom page looks like this:
guild2.png
 
Probably something that needs to be addressed at an add-on level. You may be able to get away with some simple css though:

Code:
#XF[data-template="view_guild_index"] [data-nav-id="Guilds"], #XF[data-template="guild_view"] [data-nav-id="Guilds"]
{
.xf-publicNavSelected();
}

Haven't tested that... but give it a try in extra.less
 
Last edited:
Probably something that needs to be addressed at an add-on level. You may be able to get away with some simple css though:

Code:
[data-template="view_guild_index"] [data-nav-id="Guilds"], [data-template="guild_view"] [data-nav-id="Guilds"]
{
.xf-publicNavSelected();
}

Haven't tested that... but give it a try in extra.less

Thanks!
Looks almost exactly the same!
Only difference is that when I move my cursor over the "Guilds" tab, the orange color goes away, whereas on other tabs it flashes quickly, but still stays orange. If that made any sense hah :p
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back