MyBBHacks.com Plugins for  MyBB

Thread Rating:
  • 2 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Menu Editor
#1
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


Attached Files
.zip   menueditor.zip (Size: 26.96 KB / Downloads: 40)
Like what I do? Support me at https://www.patreon.com/vbgamer45/
Reply
#2
   

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

Thank you
Reply
#3
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.
Reply
#4
Will have to recheck when I have some time.
Like what I do? Support me at https://www.patreon.com/vbgamer45/
Reply
#5
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;
}
Reply
#6
Thanks!
Like what I do? Support me at https://www.patreon.com/vbgamer45/
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)