2012-08-07, 07:54 AM
2012-08-07, 07:59 AM
Admincp -> Templates & Style -> Templates -> Your Theme's Templates -> Header Templates -> Header
Find:
Add after / before (wherever you want it to appear):
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>
2012-08-07, 08:14 AM
Ready modified, thanks, but the I Reduce the excess space?
Look at the image below.
Look at the image below.
2012-08-07, 09:06 AM
ACP->Templates and Style->Your Theme->Global.css->menu.li-> change padding to best look.