The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
ads on forums?
hey guys, i was looking to place google ads on my forums. I was wondering if there are any hacks out there for that or maybe something built in the forums to add them easily. I would like to have the ads on the sub forum categories, like not the main page, but when u click on one of the forum rooms. If some1 could let me know that would be great, thanks.
|
#2
|
|||
|
|||
In the header template you could use something like the following:
Code:
<!-- set THIS_SCRIPT to where ads should show and/or set $forumid to where ads should not show --> <if condition="(THIS_SCRIPT == 'forumdisplay' OR THIS_SCRIPT == 'showthread') AND ($forumid != 1 AND $forumid != 2)"> <!-- stick google banner ad here --> <else /> <!-- stick alternate banner here --> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|