MyBB Community Forums

Full Version: google adsense?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

can someone tell me where to put the google adsense in phpbb I have it in 3 files.

what are they and how many does the adsense code go in?

I want it in the front page, topics and post.

Thank YOU!
this is for the VB theme

nvm I found 2 spots in index when I get all three I'll post it so others that want to put it in index, forum topic and forum post can put their adsense in the top and in the bottom.

here is index:

in between $header and $forum and it will put the adsense right under the boder line.

for the bottom put the adsense code in:

after
<div class="smalltext" align="center">$lang->welcome_current_time</div>
<br />

that it will put it right after the time
here is for FORUMDISPLAY

under $header for the top display

and between $threadlist and $footer and it will show right under new post table
here is for showthread

for the header under $header for the top adsense

for the bottom above $footer for the bottom adsense

That's it! Smile