The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
forumid conditional on footer
I have a right sidebar and its code is in footer template..
Here is the structure of my code Code:
<if condition="$forumid == 34"> CONTENTS FOR FORUM 34 </else> <if condition="in_array($forumid, array(1,2,3,4))"> CONTENTS FOR 1,2,3,4 </else> SHOW ON OTHER FORUMS </if> </if> Whats missing with my code? Thank you! |
#2
|
|||
|
|||
Try using $GLOBALS['forumid'] == 34 instead of $forumid.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|