PDA

View Full Version : Easy adsense question


checkmail
06-01-2006, 04:01 AM
I've done it before but I forgot how I did it...? I want to add adsense code below the forum/thread list but above the who's online menu. Where do I paste the code? Sorry if the question was too easy ;)

rogersnm
06-01-2006, 06:10 AM
Just the forum home?

checkmail
06-01-2006, 08:39 PM
On every page

rogersnm
06-02-2006, 06:15 AM
ok 2 secs i'll just fetch the code. If you want it on every page i would put it in the navbar just below. Thats just one simple edit then.
<!-- Adsense -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"></td>
</tr>
<tr>
<td class="alt1" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>">
<div align="center">

YOUR CODE

</div>
</td>
</tr>
</table>

<!-- / Adsense -->

<br />
or you could put it in the footer but i get a higher click rate in the navbar than the footer....

Regards,
Nick.