Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

Write Review

Reviews

My Advertisements - 2.0.3 by Diogo Parrinha

Nice plugin, but is there a way to display like 2 ads in the same place at the same time? I need two ads showing you see all the time and i dont want them randomised.

Thanks!

Written By: david42, 17th August 2010

Wonderful plugin! I used it in 1.4 and worked like a charm, I'm gonna upgrade my BB soon hope it will be just as awesom.

Edit: it's working perfectly, the only downside is that I lost all the ads in the upgrade process, have to recreate and rewrite them all.

@david : 2 ads at the same place and the same time is, as you may imagine, impossibile. I cannot figure out how would they work, one will cover up the other, won't it? btw, 2 solutions:
1) you can run a script that changes them any X secs, but I think it's what you're trying to avoid.
2) The only thing closest to your needs would be placing them in 2 separate divs, and change divs' positioning with CSS to make them overlap as you wish.
This is as far as I understood your question ;)

Written By: damienpirsy, 24th September 2010

I am currently using v1.8 so whats new in this version ?
any extra features or bug fix... ?

EDIT : Ok got it, it was in the readme file, saw that after downloading.
This version has a bug fix.

EDIT : I tried to install it today but its giving me errors

Written By: Emperor, 26th December 2010

This plugin is great!
The only problem I have had is that you can only use the ads on the one theme that is default and active while installation.
But to everybody who wants two ads, here is how:
in the ad code box, for example:
<---Ad code 1---/><br /><---Ad code 2---/>

Great plugin, :D

Written By: shovenose, 29th May 2011

The ads are shown left side on footer/header i want show on center

Written By: lisoad, 20th July 2011

I keep using this plugin over and over again it's great.
And to the person who wants it centered, remember that you need to enclose the ad code in <center>AD CODE</center> HTML

Written By: shovenose, 4th August 2011

Excellent plugin! It's quite easy to add your own advertisements, but this makes the job so much simpler.

Written By: Jihad, 29th August 2011

the latest v. 2.0.3 now working and perfect thanks

Written By: egyseed, 21st December 2011

Error :

Webmaster HostingFuze Forums
User Control Panel

{myadvertisements[zone_1]}


the ads is not displayed, display the source code: ( ({myadvertisements[zone_1]} )

My header :

<div id="content">
<div class="wrapper">
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}<!-- ProfileComments -->
{$comments_alert}<!-- /ProfileComments -->
{$pending_joinrequests}
<navigation>
<br />{myadvertisements[zone_1]}

Written By: hostingfuze, 21st January 2012

Works Great for me!!! 1.6.5. Thanx a lot man!

Written By: supwner, 22nd January 2012

If you're using MyBB 1.6.5 or newer then it might not show in Tools and Maintenance left options pane. To make it show, follow the following tip;

Open plugin file and find the following code;

PHP Code:
function myadvertisements_admin_tools_menu(&$sub_menu)
{
    global 
$lang;
    
    
$lang->load('myadvertisements');
    
$sub_menu[] = array('id' => 'myadvertisements''title' => $lang->myadvertisements_index'link' => 'index.php?module=tools-myadvertisements');
}

function 
myadvertisements_admin_tools_action_handler(&$actions)
{
    
$actions['myadvertisements'] = array('active' => 'myadvertisements''file' => 'myadvertisements');

and Change it into;

PHP Code:
function myadvertisements_admin_tools_menu(&$sub_menu)
{
    global 
$lang;
    
    
$lang->load('myadvertisements');
    
$sub_menu[] = array('id' => 'myadvertisements''title' => $lang->myadvertisements_index'link' => 'index.php?module=tools-myadvertisements');
    return 
$sub_menu;
}

function 
myadvertisements_admin_tools_action_handler(&$actions)
{
    
$actions['myadvertisements'] = array('active' => 'myadvertisements''file' => 'myadvertisements');
    return 
$actions;

Written By: Yaldaram, 29th May 2012

When downloading your plugin and uploading it to my site it turned out to be a COMPLETELY DIFFERENT plugin called Tiny MCE.

This isn't funny.

Written By: HvK, 28th June 2012

installed and working correctly for the newest version
and i just changed nothing!

Written By: hellomen, 26th October 2012

Write Review