Forum Moderators: rogerd
I haven't actually seen ads (adsense or not) displayed on a board so I don't even know what's possible.
Thanks,
James...
adsense also looks quite heavily at the page title, which presumably is the name of this passworded forum; you could rename the forum, for example.
For programming help a page in phpbb is constructed using following tpls.
Index page
overall_header.tpl (/includes/page_header.php is the programming file.)
index_body.tpl (index.php)
overall_footer.tpl
Forum Page
overall_header.tpl (/includes/page_header.php.)
viewforum_body.tpl (viewforum.php)
overall_footer.tpl
Topic Page
overall_header.tpl (/includes/page_header.php.)
viewtopic_body.tpl (viewtopic.php)
overall_footer.tpl
To simplify use extreme mod to have php code inside tpls. Edit overall_header.tpl and call the phpadsnew code to display your ads.
Hope it helps.
AjiNIMC
I use my own system where I do not have rotating ads but it varies only when you refresh the page. This is based on probabilistic distribution, very simple integration to phpbb.
AjiNIMC