MyBB Community Forums

Full Version: Banner
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Guys i want to add banner ( Google adsense,etc ) under user bar and below of the page....
I searchd for a plugin but i did not get for Banner....
Can give me a solution...I saw some people r doing that.......
Thanks !!
You can just modify the template of your forum and insert your Google Adsense code in the footer manually.

I found three plugins which you may be interested in, concerning Ads and Google Adsense:
http://mods.mybboard.net/view.php?did=328
http://mods.mybboard.net/view.php?did=517
http://mods.mybboard.net/view.php?did=197
Wow thanks for ur quick support....
I got these plugin before...
Thanks for ur tips...
But by that way which u told can i add banner on top (under userbar) of the page ?
Also i saw some placed their ad besude the forim banner/logo . Suppose they placed their forum logo leftside of the page and they placed ad rightside of the page..Just beside forum logo..
But how to do that ?
To add Google Adsense below the userbar follow the following:

Login to your Admin CP > Templates > Modify/Delete > *Your Template* > Click "Expand" > Click "header"

Find:
				{$welcomeblock}
			</div>
		</div>
		<hr class="hidden" />

Between </div> and <hr class="hidden" /> copy and paste your Google Adsense code. Example:

				{$welcomeblock}
			</div>
		</div>
This is where the adsense code goes.
		<hr class="hidden" />

Then Click "Add Template" to save changes. You can also center the google adsense advertisements by adding <center> before the beginning of the adsense code and </center> after the adsense code.

Hope that helps.
Thanks,
But i did not find {$welcomeblock}
</div>
</div>
<hr class="hidden" />

Coz i applied Condition and vb navbar for 1.20

Can u tell me now what can i do ?

U can see my site here : www.mydreamtech.com
murad12s Wrote:Thanks,
But i did not find {$welcomeblock}
</div>
</div>
<hr class="hidden" />

Coz i applied Condition and vb navbar for 1.20

Can u tell me now what can i do ?

U can see my site here : www.mydreamtech.com

Just place the adsence code at the bottom of the header template
Your tips of footer adsense banner worked .,Thanks...
And now on the top working fine....
Thank u guys,,,,,,,,,
You r so helpfull.......
The information we provided is for the top of the page, we didnt direct you to the footer at all.