MyBB Community Forums

Full Version: How can i add a menu option?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can i add an site in the menu

like www.anon-tuts.com/donation.php

how could i add that in the menu?
Edit your header template in ACP>Templates & Style>Templates>*your theme*>Header Templates>header
(2011-11-12, 12:44 AM)Paul H. Wrote: [ -> ]Edit your header template in ACP>Templates & Style>Templates>*your theme*>Header Templates>header

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

I wrote that in under the other one.. But it didnt show up? When i wrote 'help' insted of donate it came up
Change "{$lang->toplinks_donate}" to whatever you want the link to say.