Adsense introduce the section targeting and we can use it to make relevant ads displayed on our forum
I just use it on postbit template and maybe can use it on other templates.
Just find this on postbit / legacy template :
Code:
<!-- message -->
<div id="post_message_$post[postid]">$post[message]</div>
<!-- / message -->
and change to
Code:
<!-- message -->
<!-- google_ad_section_start -->
<div id="post_message_$post[postid]">$post[message]</div>
<!-- google_ad_section_end -->
<!-- / message -->
What do you think??