The Arcive of vBulletin Modifications Site. |
|
Google Adsense In Navbar Details »»
|
|||||||||||||||||||||||||
This is a really quick template change, just an additional location for those of you looking to add google adsense to your board.
In your navbar template find (there are multiple instances of this code, use the first instance): Code:
<if condition="$show['member']"> Code:
<!-- start adsense code --> <td class="alt2"> Your adsense code </td> <!-- /end adsense code --> ![]() Hope this helps someone out, I am far from a coder, however, wanted to atleast attempt to give back to the community If you happen to use, please CLICK INSTALLShow Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Installed thanks
|
|
#3
|
||||
|
||||
|
Quote:
|
|
#4
|
||||
|
||||
|
Nice!
|
|
#5
|
|||
|
|||
|
Quote:
|
|
#6
|
|||
|
|||
|
I just used the Adsence after first post hack minues the <if> condition, and spacers, like so:
PHP Code:
![]() BTW Technically your mod edits the breadcrubm i believe. ![]() |
|
#7
|
|||
|
|||
|
doesnt work at all for me
|
|
#8
|
|||
|
|||
|
nice,.. Im going to use it on my forums,..
|
|
#9
|
||||
|
||||
|
Quote:
Mine looks like: <div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div> </if> </td> <!-- google ads --> <td class="alt2" valign="top" nowrap="nowrap"> <script type="text/javascript"><!-- google_ad_client = ""; google_ad_width = 468; google_ad_height = 60; google_ad_format = "468x60_as"; google_ad_type = "text_image"; google_ad_channel =""; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <!-- /google ads --> <if condition="$show['member']"> <td class="alt2" valign="top" nowrap="nowrap"> <div class="smallfont"> |
|
#10
|
||||
|
||||
|
Good idea there!
|
![]() |
|
|