
07-13-2013, 06:25 PM
|
 |
|
|
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Here is what it said:
Quote:
If you have a tab for a Forum, then use hook location "set_navigation_tab_main" and enter:
PHP Code:
if ($GLOBALS['forumid'] == xx) $root = 'identity';
where xx is the forumid and identity can be found at the top of the Edit page for your navtab
example:
PHP Code:
if ($GLOBALS['forumid'] == 4) $root = 'tab_nzg3_214';
|
|