MyBB Community Forums

Full Version: Add menu item with link
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I add a new menu link such as Home with a link to a webpage

I found that general.lang.php has option to add, but there must be somewhere els to add the link?

or is there a plugin that is better to use, have tried menu manager, but this seems to not be working for me.


Please help

ACP > Themes & Styles > Templates > YOUR THEME TEMPLATES > Header > Header templates:

Near something like:

<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$theme['imgdir']}/toplinks/search.gif" alt="" title="" />{$lang->toplinks_search}</a></li>

Add like:

<li><a href="www.yoururl.com"><img src="www.yourimagelink.com" alt="" title="" />Link Title Here</a></li>
Thanks, will try that
It worked perfectly..

Does anybody by the way know how to change so that my all new members upon registration must add their full name, not just an optional username? E.g. input an message that tells them what to do?
(2011-10-01, 07:21 PM)Tom Knudsen Wrote: [ -> ]Does anybody by the way know how to change so that my all new members upon registration must add their full name, not just an optional username? E.g. input an message that tells them what to do?
In Custom Profile fields in Configuration tab, you can add that.