Log in

View Full Version : Show Thread Enhancements - Vbulletin 4 - Don't Show Ads in Specific Thread


vin86
06-24-2012, 10:00 PM
<vb:if condition="!in_array($GLOBALS[threadid], array(a,b,c))">
Ads Here
</vb:if>

Insert in array your thread id; for example: array(25,50,59) or array(25)

Use This Code in Your Forum advertisement areas

Hornstar
06-26-2012, 07:38 AM
Thanks for sharing.

I guess you got the idea from another one, https://vborg.vbsupport.ru/showthread.php?t=250513 posted a year ago.

Before anyone asks, The above link deals with specific forums as apposed to this dealing with specific threads.

Jackerinzio
09-15-2013, 05:08 PM
<vb:if condition="!in_array($GLOBALS[threadid], array(a,b,c))">
Ads Here
</vb:if>


How to reconcile this with the user groups?