howtothings.co.uk
[HOW TO] Ad placement above the fold on a MyBB Forum - Google Adsense - Printable Version

+- howtothings.co.uk (https://www.howtothings.co.uk)
+-- Forum: Computing (https://www.howtothings.co.uk/forumdisplay.php?fid=4)
+--- Forum: Website Development, Implementation and General Webmaster Support (https://www.howtothings.co.uk/forumdisplay.php?fid=9)
+--- Thread: [HOW TO] Ad placement above the fold on a MyBB Forum - Google Adsense (/showthread.php?tid=1889)



[HOW TO] Ad placement above the fold on a MyBB Forum - Google Adsense - Mark - 27-05-2014

[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]