MyBBHacks.com Plugins for MyBB

Full Version: Menu Editor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This is a menu system plugin for MyBB. You can easily add new menu items without editing the templates.

Allows you to add/edit/disable menu items and set their order.
You can control the following aspects of a menu item.
Link
Icon
Order
Title
Enabled or disabled
[attachment=165]

I would very much like to use this plugin but the images overlap the links. Is there an easy fix for this?

Thank you
Also, nothing changes once you try to add a link or anything. This would be a great plugin if it worked. Even if you charged maybe $5 for it or a tabbed links plugin for $10. I would pay.
Will have to recheck when I have some time.
This Thread is a little bit old ......

change in:
Code:
/inc/plugins/menumanager/css/menumanager.css

Code:
#header ul.menu li a {
padding-left: 2px !important;
   background-image: url(../images/spacer.png) !important;
background-repeat: no-repeat !important;
display: inline-block !important;
}

to :


Code:
#header ul.menu li a {
padding-left: 20px !important;
   background-image: url(../images/spacer.png) !important;
background-repeat: no-repeat !important;
display: inline-block !important;
}
Thanks!