The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Is there any way to use the if condition to make different text come up in an area based on which forum you're at??? For example...
<if condition="$forum['5,9,15']">Text to show up on these three forums only.</if> I want to do this on the New Thread page, and the quick reply area at the thread page. Version 3.5.3 |
#2
|
|||
|
|||
![]()
Try:
Code:
<if condition="in_array($foruminfo[forumid], array(5, 9, 15))">Text to show up on these three forums only.</if> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|