MyBB Community Forums

Full Version: adding adsence in afresh ocean ..
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello i have changed the theme of my forum and it is not afresh ocean , can anyone tell me how to add adsence code 728 x 90 in top, bot and post section ....
Can you be very specific on where you want it placed.
Maybe a link to your forum also.. PM me if you need to and I'll help you out, even if that means doing this myself.
i want in top below that above the first anouncement heading start for bottom after board statics and in post section below the post ..
Just put it into a div like so...

<div align="center">Adsense Code Here</div>

Go to your templates.. look in your Header Templates.. go to Header
In there drop the code below {$welcomeblock}

Next go to your Index Page Templates.. look in Index..
In there drop the code below {$boardstats}

As for putting it below a post you'll need a plugin for that. MyBB source has some free plugins...

If you just want to put it above the first post you can:
Go to Showthread Templates.. look in Showthread..
This piece of code represents all of the posts <div id="posts">{$posts}</div>

You can put the code wherever you feel is necessary here as long as it's below {$header} and above {$footer}

If you need more help maybe someone else can assist you. I'm heading to sleep Smile

Good luck
ok thanks a lot man thank you