The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
making subforums appear directly under forum titles at forum home page
Hi,
I've seen subforum names appear with small icons just below the main forum name as if they're grouped below the main forum name. Does anyone know how to do that? Thanks, Bart |
#2
|
||||
|
||||
you need to edit template forumhome_forumbit_level2_post subfourms part and use vbmenu javascript to list them inside a menu .. using vb3 will be something like this:
HTML Code:
<if condition="$show['subforums']"> <a href="#sub"> <img src="$stylevar[imgdir_button]/collapse_thead_collapsed.gif" border="0" alt="subforum"></a> <script type="text/javascript"> vbmenu_register("sub_$forum[forumid]", true); </script> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|