I got a phpbb forum that to my surpirse gets lots of weird random search terms type-in vistors and would like to capitalize on them some. I want to intergrate adsense into the forums for the highest CTR. I don't care about turning off vistors as most are one time visits. Who has sucessfully intergrated adsense into there phpbb forums and had a decent CTR. I'm thinking a large skyscraper on either the left or right side my produce some clicks instead of the standard banner after the first post. Also it would be really helpful if you could provide how you intergrated it (the code etc...)
To integrate the script you really need to know HTML. Open up templates in your DreamWeaver and put your codes to the places you want.
I'm fairly familar with html. I'm just having a hard time intergrating stuff because it seems a table starts in one file and ends in another.
Here's how I've put Ads in my forums: http:// forum.overclockers .pl/files/forums_google_as.png It works better for me than putting it after first post. The file you need to edit is viewtopic_body.tpl. Put Your Code just after tables html code and before {QUICKREPLY_OUTPUT} code if you got Quick Reply MOD installed. html code </tr> </table> <div align="left">Google AdSense Code</div> {QUICKREPLY_OUTPUT} Code (markup): Just an alternative