MyBB Community Forums

Full Version: Menu Manager
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: kPDZDL.png]
[Image: ncCdjE.png]
Only 4 of the 6 appears. I added two new ones. Is there something I am suppose to do?

When I disable any of them, they all stay.
Have you added them through the template?
If that is a plugin, I doubt it works.
With things like this, you need to add it manually by editing the template.
(2012-03-13, 05:20 AM)ᴳᵒᵈ Wrote: [ -> ]Have you added them through the template?
If that is a plugin, I doubt it works.
With things like this, you need to add it manually by editing the template.

It is a mod: http://mods.mybb.com/view/menu-manager
I thought it was part of MyBB at first. Anyways, can you teach me how to manually add it to the template?
(2012-03-13, 06:10 AM)dalawh Wrote: [ -> ]
(2012-03-13, 05:20 AM)ᴳᵒᵈ Wrote: [ -> ]Have you added them through the template?
If that is a plugin, I doubt it works.
With things like this, you need to add it manually by editing the template.

It is a mod: http://mods.mybb.com/view/menu-manager
I thought it was part of MyBB at first. Anyways, can you teach me how to manually add it to the template?

Its outdated..

Just use the simple way

Go to:
ACP > Templates and Styles > Templates > YourTemplate > Header Templates > "Header, or Header_welcomblock_member"


Now you will see:
<li><a href="{$mybb->settings['bburl']}">Home</a></li>

<li><a href="{$mybb->settings['bburl']}/memberlist.php">{$lang->toplinks_memberlist}</a></li>

<li><a href="{$mybb->settings['bburl']}/calendar.php">{$lang->toplinks_calendar}</a></li>

If you wanna add a link, Add it here its pretty simple.
<li><a href="http://community.mybb.com/newreply.php?tid=114901&pid=833162">Bring it Back</a></li> <- The following would make a link back to this thread. Toungue
(2012-03-13, 01:40 PM)Projec13 Wrote: [ -> ]
(2012-03-13, 06:10 AM)dalawh Wrote: [ -> ]
(2012-03-13, 05:20 AM)ᴳᵒᵈ Wrote: [ -> ]Have you added them through the template?
If that is a plugin, I doubt it works.
With things like this, you need to add it manually by editing the template.

It is a mod: http://mods.mybb.com/view/menu-manager
I thought it was part of MyBB at first. Anyways, can you teach me how to manually add it to the template?

Its outdated..

Just use the simple way

Go to:
ACP > Templates and Styles > Templates > YourTemplate > Header Templates > "Header, or Header_welcomblock_member"


Now you will see:
<li><a href="{$mybb->settings['bburl']}">Home</a></li>

<li><a href="{$mybb->settings['bburl']}/memberlist.php">{$lang->toplinks_memberlist}</a></li>

<li><a href="{$mybb->settings['bburl']}/calendar.php">{$lang->toplinks_calendar}</a></li>

If you wanna add a link, Add it here its pretty simple.
<li><a href="http://community.mybb.com/newreply.php?tid=114901&pid=833162">Bring it Back</a></li> <- The following would make a link back to this thread. Toungue

Thanks for this. It was really helpful.
Thanks buddy it's really helpful for me too Smile