2013-04-20, 03:00 PM
recently i installed adsense in my forum but i place only one ad but dont know why another one starting showing up..
i can see other ad in every post and want to remove that
i want to remove 2nd ad but not able to find how to remove this please help me regarding this..
i am posting screenshot of my site
[attachment=29038]
site url : http://studentsuvidha.in/index.php
i can see other ad in every post and want to remove that
i want to remove 2nd ad but not able to find how to remove this please help me regarding this..
i am posting screenshot of my site
[attachment=29038]
site url : http://studentsuvidha.in/index.php
Quote:steps i used to place ad is
Step 1: Go to your AdSense account (or any ad provider you’re using) and grab the code. In this example I’m using Chitika, 728×90 Leaderboard format.
Step 2: Go into Admin CP > Templates & Style > Templates > (your default template). Here you’ll need to choose where you want your ads to display. For header ads, go into Header Templates > header.
Find:
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
{$pending_joinrequests}
<navigation>
<br />
Below this, add the following code:
<div style="text-align: center;"></div>
Then insert your MyBB AdSense code just between this. It should look like this:
<div style="text-align: center;">YOUR MYBB ADSENSE OR ANY AD CODE GOES HERE</div>
Step 3: Save changes.