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

Top Bar - 1.2 by Huji Lee

When I am klicking on Topbar in AdminCP it redirects me to the overview on AdminCPs startingpage. Whats the reason for this?

Written By: freebirds, 10th February 2010

The same happens for me. At least im not the only one having this problem

Written By: doddsyy2k, 10th February 2010

I get the same error. Empty page.
admin/index.php?module=config-topbar&action=add

Written By: BlackerCracker, 27th February 2010

same to me. redirects to blank page. . . .

Written By: -blueman-, 30th March 2010

FIXING THE BUG
This plugin has a major bug in it. In order to test it out, you'll have to fix it using a text editor. However, the fix is extremely simple.

On line 168, change the text from:

Code:
'link'=>'index.php?module=config-topbar',

to:

Code:
'link'=>'index.php?module=config/topbar',


On line 174, change the text from:

Code:
'link'=>'index.php?module=config-topbar&action=add',

to:

Code:
'link'=>'index.php?module=config/topbar&action=add',


On line 180, change the text from:

Code:
'link'=>'index.php?module=config-topbar&action=edit',

to:

Code:
'link'=>'index.php?module=config/topbar&action=edit',


In all three instances, all you have to do is change a "-" to a "/" (minus the quotes).

Then save the file, and reload the plugin management page.

REVIEW
Aside from the bug listed above, it's a fairly decent plugin. It would be useful to have more of a selection of colors. Also, when I create a Top Bar, I selected the options to show on all the pages, however on the list of Top Bars, there's a red X under "visible". I'm not sure what that means, because I was able to see it just fine.

Written By: Darrell, 5th April 2010

Persian Language:
http://community.mybbiran.com/thread-1428.html

Written By: Pars, 7th April 2010

The bars are showing on the forum as they should, but once I create a bar, it isn't showing in the acp. So there's no way to edit them.

Written By: x-Treme, 7th April 2010

I can add topbars but then I can not edit them after?
+the download is still v1.1 and not v1.2

Written By: Mr-Trainor, 21st July 2010

Write Review