The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Subforum help?
Hi i just want to know if i can like make only subforums in one section. like instead of having it on every single forum i just want it on one forum. Is it possible for me to do that?
Thanks. |
#2
|
||||
|
||||
Is it possible to only add sub-forums to one forum? Sure. Or wait, do you mean how it lists the sub-forums for a section? I suppose you can add to the "<if condition="$show['subforums']">" condition a condition regarding the forumid.
|
#3
|
|||
|
|||
Yea thats what i mean, i want the sub-forums for one section. But can you please explain it more to do that. Like where do i go to do it? And stuff. Thanks.
|
#4
|
||||
|
||||
You probably want the template forumhome_forumbit_level2_post and then change this line:
HTML Code:
<if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if> HTML Code:
<if condition="$show['subforums'] AND $forum['forumid'] == 'x'"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if> |
#5
|
||||
|
||||
Thax...
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|