vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Google Adsense In Navbar (https://vborg.vbsupport.ru/showthread.php?t=102668)

dieselpowered 12-09-2005 10:00 PM

Google Adsense In Navbar
 
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']">
Above this add:
Code:

<!-- start adsense code -->
<td class="alt2">
Your adsense code
</td>
<!-- /end adsense code -->

Thats it, your all done :)

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 INSTALL

AshokForums.com 12-10-2005 10:04 PM

Installed thanks :)

dieselpowered 12-10-2005 10:15 PM

Quote:

Originally Posted by AshokForums.com
Installed thanks :)

Glad it was something you could use :)

.Tim 12-11-2005 12:45 AM

Nice!

Qwest 12-11-2005 01:54 AM

Quote:

Originally Posted by AshokForums.com
Installed thanks :)

on a phpbb board?

Xplorer4x4 12-11-2005 02:08 AM

I just used the Adsence after first post hack minues the <if> condition, and spacers, like so:

PHP Code:

<div style="padding:0px 0px $stylevar[cellpadding]px 0px"

<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center"
<
tr
    <
td class="thead" align="left">Sponsored Links 
</tr
<
tr
    <
td class="alt1" align="center"
        <
adsense code here
</if> 
    </
td
</
tr
</
table

</
div

Link is in sig for an example. ;)

BTW Technically your mod edits the breadcrubm i believe. :p

ugmphelon 12-11-2005 08:21 AM

doesnt work at all for me

imranbaig 12-11-2005 11:23 AM

nice,.. Im going to use it on my forums,..

steven s 12-11-2005 11:24 AM

Quote:

Originally Posted by ugmphelon
doesnt work at all for me

<if condition="$show['member']"> is used several times in the navbar template. You must place your adsense before the first <if condition="$show['member']">

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">

Snake 12-11-2005 11:35 AM

Good idea there!


All times are GMT. The time now is 09:49 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01282 seconds
  • Memory Usage 1,742KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete