AdSense With NavBar Modification
This modification is in the archives.
I have notice several people becoming more and more interested with advertising on their site. While some modifications work better than others, this modification when used correctly can help increase user revenue.
This modification will create a second navbar menu and use the adsense link unit and selected vBulletin links to fill it. - Edit Nabar template - Locate: Code:
</tr> </table> <!-- / breadcrumb, login, pm info --> Code:
<!-- nav buttons bar --> <div align="center"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px"> <tr align="center"> <if condition="$show['member']"> <td id="usercptools" class="vbmenu_control"><a href="$show[nojs_link]#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td> </if> <if condition="$show['member']"> <td class="vbmenu_control"> </if> <else /> <td class="vbmenu_control"> GOOGLE LINK UNIT CODE HERE </td> <if condition="$show['searchbuttons']"> <td class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4">$vbphrase[search]</a></td> <if condition="$show['member']"> <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td> <else /> <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td> </if> </if> </if> </tr> </table> </div> <!-- / nav buttons bar --> Forgive my poor HTML abilities to make a more sophisticated method, this post is more to give further ideas how to use AdSense on your forum Download No files for download. Screenshots |