Quote:
Originally Posted by dthbah2006
Did anyone learn how to use this on other parts of the forum like the header and other spots on the forum?
This mod works great for me. I just want to use it on other locations other than the second spot on threads.

|
Not in the header, but you can add it every X number of posts.
This one puts one after the 1st post and 9th post. It also checks to make sure the member has at least 50 posts.
Code:
<!-- post $post[postid] popup menu -->
<!-- / Google AdSense in Posts begin -->
<if condition="$post[postcount] == 1 OR $post[postcount] % 9 == 0">
<if condition="THIS_SCRIPT == 'showthread' AND $post[postid] == $GLOBALS['qrfirstpostid']"> </if>
<if condition="$show['spacer']">
</div>
$spacer_close
</if>
<if condition="$show['spacer']">
$spacer_open
<div id="edit$post[postid]" style="padding:0px 0px $stylevar[cellpadding]px 0px">
<if condition="!$post['islastshown']">
<!-- this is not the last post shown on the page -->
</if>
</if>
<table class="tborder" id="post$post[postid]" align="center" border="0" cellpadding="6" cellspacing="1" width="100%">
<tbody><tr>
<td class="thead" id="td_post_$post[postid]">
<div class="normal">
</div>
</td>
</tr>
<tr>
<td class="alt1" align="center">
<div>
<!-- Adsense standard banner start -->
<center>
<script type="text/javascript"><!--
if('$post[field6]' == '' || $post[posts] <= 50)
{
google_ad_client = "pub-xxxxxxxxxxxxxx";
google_ad_channel = "";
}
else
{
google_ad_client = "$post[field6]";
google_ad_channel = "$post[field7]";
}
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_ad_channel ="";
google_color_border = ["f5f5ff"];
google_color_bg = ["f5f5ff"];
google_color_link = "0000FF";
google_color_url = ["000000","008000","008000","008000"];
google_color_text = "000000";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></center> <!-- Adsense standard banner End -->