The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Subforum Conditional Question
Is there a conditional that can recognize if a forumbit is a subforum?
Since it seems that the forumhome_forumbit_level1_nopost loops itself when using subforums, I'm trying to set up a conditional that activates when forumhome_forumbit_level1_nopost is used by a subforum. Trying to solve an issue that happens here: http://forums.battlegroup9.com/forumdisplay.php?f=10 It only gets messed up when viewing a forum's childforums AND subforum. I could fix this if I could add some code that only applied to the subforum. |
#2
|
||||
|
||||
Code:
<if condition="$forum['parentid'] == 0">FORUM IS NOT SUBFORUM</if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|