XF 2.0 Selected Tab Highlight

Some Guy

New member
Hello, is it possible to have a tab highlighted when visiting a specific category? Also have a tab highlighted when visiting a specific forum?

"Forum Category 3" and "Forum 2" appear not highlighted when I am on those pages.

1529454836084.webp
 
In each of the node options there is an option to choose the selected navigation when visiting those nodes. Of course you will need to create the navigation items/tabs to be able to select them.
 
So when I changed this the arrow disappeared. Is there a way to make the drop down arrow always show? (The category has 20+ forums and the side scroll will not work as well as a drop down)

1529707998731.webp
 
To remove the "New posts New Media..." part it is in PAGE_CONTAINER template line 355.
Code:
<div class="hScroller-scroll">


This is the code to put a little padding:
Code:
<div class="p-sectionLinks p-sectionLinks--empty"></div>
 
Top Bottom