The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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> |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|