MyBB Central

Full Version: [REQ] Top right corner Ad banner?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I was wondering if there is a plugin for a 468x60 banner on the right top corner of a mybb forum?

I have a banner on my site on http://www.worldofgsm.com but it is not through a plugin, I had to edit the header of the template for that purpose.
And I had to place spaces in between the logo and the banner.

I need a proper plugin for that. Is there any?
Easy Banner 3.0; just replace the display var of the footer template where it originally is placed into you header template.
I'm sorry but I didn't quite get what you said. :S
Will AdSense work on this plugin?
Just try it out?
Thanks for the info.
Thanks for the heads up!
Did it work for anybody?
The mod ruined my forum!
Or I would have done a mistake.
This in the header worked for me:

Code:
    <a name="top" id="top"></a>
    <div id="container">
        <div id="header">
<table border="0" width="100%"><tr><td>

            <div class="logo"><a href="http://www.worldofgsm.com/index.php"><img src="http://www.worldofgsm.com/images/verde/logo.gif" alt="The Ultimate Mobile Forum - World Of GSM" /></a></div>

</td><td width="100%" align="right">
<adsense code>
</tr></td></table>
Reference URL's