howtothings.co.uk

Full Version: [HOW TO] Ad placement above the fold on a MyBB Forum - Google Adsense
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[HOW TO] Ad placement above the fold on a MyBB Forum - Google Adsense

Log in to your MyBB ACP
Templates & Style -> Templates -> Header Templates -> header

Find
Code:
<div id="content">
            {$pm_notice}
            {$bannedwarning}
            {$bbclosedwarning}
            {$unreadreports}
            {$pending_joinrequests}
            <navigation>
            <br />


And beneath that add your adsense or other ad website code.

Code:
<!-- Advertisements START -->
<div align="center">
AD CODE HERE
</div>
<!-- Advertisements END -->


And it will end up something like this:

[Image: ad-placement-mybb.png]