i've these templates ...
footer_end
footer_start
PHP Code:
<if condition="$GLOBALS['vbulletin']->adsense_pub_id">
<div style="width:728px; margin:1em auto 0 auto">
<script type="text/javascript"><!--
google_ad_client = "{$GLOBALS['vbulletin']->adsense_pub_id}";
google_ad_host = "{$GLOBALS['vbulletin']->adsense_host_id}";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "$stylevar[page_bgcolor_hex]";
google_color_bg = "$stylevar[page_bgcolor_hex]";
google_color_link = "$stylevar[body_link_n_fgcolor_hex]";
google_color_text = "$stylevar[body_fgcolor_hex]";
google_color_url = "$stylevar[body_link_n_fgcolor_hex]";
google_ui_features = "rc:6";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
</if>
forumdisplay_afterthreads
forumhome_afterforum
header_end
header_logo
navbar_below
PHP Code:
<if condition="$GLOBALS['vbulletin']->adsense_pub_id">
<div style="width:728px; margin:0 auto; padding-bottom:1em">
<script type="text/javascript"><!--
google_ad_client = "{$GLOBALS['vbulletin']->adsense_pub_id}";
google_ad_host = "{$GLOBALS['vbulletin']->adsense_host_id}";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "$stylevar[alt2_bgcolor_hex]";
google_color_bg = "$stylevar[alt1_bgcolor_hex]";
google_color_link = "$stylevar[body_link_n_fgcolor_hex]";
google_color_text = "$stylevar[body_fgcolor_hex]";
google_color_url = "$stylevar[body_link_n_fgcolor_hex]";
google_ui_features = "rc:6";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
</if>
showthread_beforeqr
showthread_firstpost
showthread_firstpost_sig
PHP Code:
<if condition="$GLOBALS['vbulletin']->adsense_pub_id">
<if condition="!$bbuserinfo['userid']">
<div style="clear:both"></div>
</if>
</if>
showthread_firstpost_start
PHP Code:
<if condition="$GLOBALS['vbulletin']->adsense_pub_id">
<if condition="!$bbuserinfo['userid']">
<div style="float:right; width:300px; height:250px; margin-left:10px">
<script type="text/javascript"><!--
google_ad_client = "{$GLOBALS['vbulletin']->adsense_pub_id}";
google_ad_host = "{$GLOBALS['vbulletin']->adsense_host_id}";
google_ad_width = 300;
google_ad_height = 250;
google_ad_format = "300x250_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "$stylevar[alt1_bgcolor_hex]";
google_color_bg = "$stylevar[alt2_bgcolor_hex]";
google_color_link = "$stylevar[body_link_n_fgcolor_hex]";
google_color_text = "$stylevar[body_fgcolor_hex]";
google_color_url = "$stylevar[body_link_n_fgcolor_hex]";
google_ui_features = "rc:6";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
</if>
</if>