The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Condition statement for CMS home, Forum home and Blog
I am using the following condition to place something on my forum home page, how can I also get it to display on the CMS home (content.php) and Bog home (blog.php) pages as well?
Code:
<vb:if condition="THIS_SCRIPT == 'index'"> Content Here </vb:if> |
#2
|
||||
|
||||
HTML Code:
<vb:if condition="in_array(THIS_SCRIPT, array('index', 'vbcms', 'blog'))"> stuff here </vb:if> |
#3
|
|||
|
|||
Ah, perfect. Thanks!!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|