This modification is in the archives.
This is pretty a straightforward template edit that will display adsense below the navbar for guests only. Not only will it put adsense in a decent location overall for revenue, but it will encourage new registrations as well.
Template Edits: 1 Install Time: 2 minutes Difficulty: Easy Step 1: AdminCP -> Styles and Templates -> Style Manager Edit the navbar template. At the very bottom, add the following: Code:
<!-- Guest Adsense --> <if condition="$bbuserinfo['userid'] == 0"> <div align="center"> <!-- AdSense Start --> ### PASTE YOUR ADSENSE CODE HERE ### <!-- /AdSense --> </div> <br /> </if> <!-- /Guest Adsense --> Optional I put a small blurb about logging in to remove the adds underneath it. To do so, add the following: Code:
<br> <font face="arial" size="1" color="#FFFFF">Login to remove these ads.</font> Code:
<!-- /AdSense --> Demo: http://www.sevenstring.org Please click Install if you find this useful. Cheers. Download
This modification is archived, downloads are still allowed. Screenshots |
Similar Mods
Forum Home Enhancements Remove statistic information to increase registrations | vBulletin 3.6 Template Modifications |