MyBBHacks.com Plugins for  MyBB
Menu Editor - Printable Version

+- MyBBHacks.com Plugins for MyBB (https://www.mybbhacks.com)
+-- Forum: Free Mods (https://www.mybbhacks.com/forumdisplay.php?fid=5)
+--- Forum: MyBB 1.8 Plugins and Mods (https://www.mybbhacks.com/forumdisplay.php?fid=14)
+--- Thread: Menu Editor (/showthread.php?tid=2837)



Menu Editor - MyBBHacks - 11-26-2016

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


RE: Menu Editor - tacticool - 10-02-2017

   

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

Thank you


RE: Menu Editor - tacticool - 10-08-2017

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.


RE: Menu Editor - MyBBHacks - 10-09-2017

Will have to recheck when I have some time.


RE: Menu Editor - Darkside - 05-20-2019

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;
}



RE: Menu Editor - MyBBHacks - 05-20-2019

Thanks!