Log in

View Full Version : Adsense linkunit below the last thread


car
2008-01-14, 02:18 PM
vB Version: 3.6.7

What it does:

This places an adsense linkunit under the last thread on forumdisplay.

Install:

in Forumdisplay template find:
</if>
$threadbits

and add below:
</tbody>
</table>
<table class="tborder" id="threadslist" align="center" border="0" cellpadding="6" cellspacing="1" width="100%">
<tr>
<td class="thead" align="center" <if condition="$show['inlinemod']">colspan="7"<else /> colspan="6"</if>>
<div>
<!-- Adsense linkunit under last thread of forumdisplay start -->
<script type="text/javascript"><!--
google_ad_client = "YOUR PUB ID HERE";
google_alternate_color = "405888";
google_ad_width = 728;
google_ad_height = 15;
google_ad_format = "728x15_0ads_al_s";
google_color_border = "405888";
google_color_bg = "405888";
google_color_link = "FFFFFF";
google_color_text = "FFFFFF";
google_color_url = "FFFFFF";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<!-- Adsense linkunit under last thread of forumdisplay end -->
</div>
</td>
</tr>

You just need to customize the adsense code marked with:

<!-- Adsense linkunit under last thread of forumdisplay start -->

replace "YOUR PUB ID HERE" with your pub-ID
and change the colors to fit your forum colors