MyBB Community Forums

Full Version: hi how To Add links On Navigation or navbar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi ,

Is there any way i can add other stuff and links on this navbar i attached pic for easy understand


thanks for great support and also plz launch ipboards 3.4.3 migration soon


[Image: 155rpmc.png]
[Image: 217igg.png]


just i want to give links of my other websites in navbar how to do this where to edit in admin panel please clarify [img][Image: 2rw3t38.png]
[Image: c7yn9.png]
goto Templates >> Header Templates >> header, find

			<div class="menu">
				<ul>
					<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$theme['imgdir']}/toplinks/search.gif" alt="" title="" />{$lang->toplinks_search}</a></li>
					<li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$theme['imgdir']}/toplinks/memberlist.gif" alt="" title="" />{$lang->toplinks_memberlist}</a></li>
					<li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$theme['imgdir']}/toplinks/calendar.gif" alt="" title="" />{$lang->toplinks_calendar}</a></li>
					<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />{$lang->toplinks_help}</a></li>
				</ul>
			</div>


and add more li as you wish
thanks