MyBB Community Forums

Full Version: Shortcuts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I add a new shortcut in the area marked on the print?

http://i.imgur.com/dXrSa.png
Admincp -> Templates & Style -> Templates -> Your Theme's Templates -> Header Templates -> Header

Find:

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

Add after / before (wherever you want it to appear):

<li><a href"LINK_TO_WHEREVER"><img src="IMAGE_LINK" alt="" title="" />My New Toplink!</a></li>
Ready modified, thanks, but the I Reduce the excess space?
Look at the image below.
ACP->Templates and Style->Your Theme->Global.css->menu.li-> change padding to best look.