XF 2.0 Public navigation - Tab selection

AndyB

Well-known member
When I click the following link, the Forums tab is deselected. I would like to have the forums tab remain selected.

1509546841533.webp

I don't see any setting in the Public navigation page for this.

Thank you.
 
Last edited:
How can I access the above development screen? I'm not developing an add-on. I just want a custom navigation entry to be highlighted when I click it.
 
In order to do some things in the Admin control panel, you have to enable debug mode.

Edit the config.php and add the following code to the end of the file:

$config['debug'] = true;

Once you are done making changes in the Admin control panel, be sure to remove the debug code from the config.php file.
 
Top Bottom