This is another AdSense implementation for your vBulletin 4.0 Forum.
This placement is exclusively released for AdsenseExperts.
You are allowed to use this placement on your own forum, however republishing this modification on other website is only allowed with prior written consent by me.
What this mod does
This mod adds a Google Adsense 728x15px Link Unit above your Forum Navigation (navbar).
Installation instructions
In the template additional.css add:
/* Link Unit inside the navbar - By AdsenseExperts */ .doc_header { background-image:none; padding:0 0 30px; border:{vb:stylevar header_border}; color:{vb:stylevar header_color}; font:{vb:stylevar header_font}; position:relative; } .ads_lu_navbar { position: absolute; width:728px; left: 0; right: 0; margin-left: auto; margin-right: auto; top: 105px; }
Then open the template header and find:
{vb:raw ad_location.global_header2} </div>
and add below:
<div id="ads_lu_navbar" class="ads_lu_navbar"> YOUR ADSENSE LINK UNIT CODE HERE </div>
Notes
This mod shows the AD to members and guests!
If you want to show it to guests only you need to wrap this condition around the code above:
<vb:if condition="$show['guest']"> </vb:if>
Versions
- v1.0: initial release
Of course feedback is welcome and if you have suggestions to further improve CTR please let me know!
admin
on your screenshot i see a space below the adsense links, but when i apply your code i dont see that space...is that against adsense policies?
I don't understand your question
What about the Linkunit in the navbar?