MyBB Community Forums

Full Version: How to add adsense in MyBB?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello? How can I add adsense in my MyBB? and Can I specify it on where I'm going to place it? Thanks!
There's many ad plugins on the Mods site, I suggest you look at some of those.
I suggest these two mods in conjunction, it's what I use:

http://mods.mybboard.net/view/ad-randomizer-system (bottom of every page)

http://mods.mybboard.net/view/ads-after-...r-mybb-14x (After 1st Or X posts)
Matt and Jushua thanks I already checked it but it that's not what I need, what I is to put adsense 468x60 banner besides the header? is this possible?
thanks ive been looking for these plugs
(2009-04-29, 06:29 PM)bugzy Wrote: [ -> ]Matt and Jushua thanks I already checked it but it that's not what I need, what I is to put adsense 468x60 banner besides the header? is this possible?

It should be possible, by editing the "header" template. (back it up first, I've caused weird problems.)
find in mods and plugins the ads rotation manager...

go in search box in mods ..then use this text..

ads rotation manager..
Hello can you tell me guys where or what exactly will I change here for me to be able to put adsense 468x60 besides my websites logo?


<div id="container">
<a name="top" id="top"></a>
<div id="header">
<link href='http://i151.photobucket.com/albums/s158/sample/icon-2.png' rel='shortcut icon' type='image/vnd.microsoft.icon'/>
<div class="logo"><a href="http://www.mywebsite.com"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
{$welcomeblock}
</div>
<div id="content">
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
<navigation>
<br />



And also where will I put the adsense code? Thanks!
Try adding the image code to the right of the logo's code.
joshua I tried but the code showed up in the bottom of the logo. What do you think?
Pages: 1 2