Put Google AdSense in your forums
This modification is in the archives.
Kinda interesting info to share.
The AdSense TOS says you can't put ads in pages that are exclusively asking input from the user, which means in vBulletin creating a thread page, replying or editing a post. This code will put your ads between the navbar and forum/thread listing. Edit your "navbar" template, and after Code:
<!-- / nav buttons bar --> Code:
<br /> <if condition="THIS_SCRIPT != 'newthread' AND THIS_SCRIPT != 'newreply' AND THIS_SCRIPT != 'editpost' AND THIS_SCRIPT != 'search' AND THIS_SCRIPT != 'login' AND THIS_SCRIPT != 'register'"> <!-- Google AdSense --> YOUR_ADSENSE_CODE_HERE <!-- / Google AdSense --> </if> updated added login and search and register Download No files for download. |