The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Show Content within Specific Forums Using <if> Statements
I would like to show special content within specific forums using the <if> statement.
The only problem is that I am needing to include many forum IDs within this <if> statement. I was wondering if there is a way to separate each forum ID with commas? Also, I was wondering if it would just be easier to NOT show the content for specific forum IDs, since the amount that I don't want the content to be viewed within is far less than the amount of forum IDs that should display the content. Help. |
#2
|
||||
|
||||
Code:
<if condition="!in_array($forum['forumid'], array(X, Y, Z)">CODE</if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|