27-05-2014, 03:24 PM
[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
And beneath that add your adsense or other ad website code.
And it will end up something like this:
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: