The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Is there a way to display content based on which forum is being viewed? The destination for this content would be in a right-hand sidebar column that is built into my skin.
example: forum 28 and any thread in that forum would display "abc" forum 29 and any thread in that forum would display "def" I assume there must be a conditional statement that can be used for this, but I just don't know what it is or where to start. TIA, Scott |
#2
|
||||
|
||||
![]() Code:
<if condition="$foruminfo['forumid'] == 28">abc</if> <if condition="$foruminfo['forumid'] == 29">def</if> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|