@:BBR-APBT
Thank you! |
Quote:
|
Quote:
<vb:if condition="in_array($GLOBALS['forumid'], array(1,2,3,))">Show this to forum 1, 2 and 3</vb:if> instead of this: <vb:if condition="in_array($forum['forumid'], array(1,2,3))">Show this to forum 1, 2 and 3</vb:if> Edit: Ok, next time i will read first, and post later :) |
Quote:
Thank you both of you. |
Can anyone tell me how to do this...
Code:
Show in only one file: Look for define('THIS_SCRIPT', 'calendar'); in the top of the php file you want it to show in. |
Quote:
|
Wonderful.. adv_index ...thankyou!
|
whats the conditional for this:
show this in all pages except in showthread of forum 1 and 2 the code will be placed on "below navbar banner" |
hmmmm... try...
Code:
<vb:if condition="THIS_SCRIPT != 'showthread' OR !in_array($GLOBALS['forumid'], array(1, 2))"> |
How does the template conditional need to look like if I want a text to appear if the forum is closed?
SHOW NOT abc if board is closed, ELSE show def... |
All times are GMT. The time now is 10:19 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|