|
Administrator
|
Posts: 1016
Join Date: Mar 2005
|
Be careful to include AdSense ads only on content pages. It is against their TOS to put them on registration, thank you etc. pages.
I have put them only for these commands vforum, vtopic and board.
Basically add the {$adsense} variable in the html templates. In forumheader.php put this code just below the if(!defined.. clause:
Code:
if ($action == 'vforum' || $action == 'vtopic' || $action == 'board')
$adsense = <<<ADS
***your adsense snippet comes here**
ADS;
else
$adsense = '<br>';
It is against TOS to discuss adsense revenue publicly. __________________Are you looking for an SEO Consultant?
Email me: hristo at seo-board dot com
|