Hello,
agrege a new tab with a dropdown menu like this:

Thanks to the following tutorial:
https://vborg.vbsupport.ru/showthread.php?t=271740
The Sub Links are links in my forum category.
and I want to sail in those categories that tab is selected.
other problems:
- The tab only appears if you are registered
- The tab disappears when you walk by the CMS
try this:
PHP Code:
if (in_array($GLOBALS['forumid'], array(30,31,32,33))) $root = 'Recursos';
with the following topic:
https://vborg.vbsupport.ru/showthread.php?t=283498
where 30, 31, 32 and 33 are the ForumID the category in my forum
But it does not work, any ideas?