Khriz
12-01-2012, 03:51 AM
Hello,
agrege a new tab with a dropdown menu like this:
https://vborg.vbsupport.ru/attachment.php?attachmentid=138193&d=1336072549
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:
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?
agrege a new tab with a dropdown menu like this:
https://vborg.vbsupport.ru/attachment.php?attachmentid=138193&d=1336072549
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:
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?