MyBB Community Forums

Full Version: Missing Buttons...?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Okay now that I got my template I needed in and I thought I tranfered all the icons...but now the top buttons that take you where you need to go.

What would I need to put in and where?? I like how the original layout's buttons are.

[Image: 1-132.jpg]

see it's "Portal" "Forums" "Member List" "Search" "Logout" buttons are missing... :/

So where would I go to insert where to find the buttons????
Have a look at the default templates, specifically the header template.

Copy the code (that should look like this):
					<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/search.gif" alt="" title="" />{$lang->toplinks_search}</a></li>
					<li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/memberlist.gif" alt="" title="" />{$lang->toplinks_memberlist}</a></li>
					<li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/calendar.gif" alt="" title="" />{$lang->toplinks_calendar}</a></li>
					<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />{$lang->toplinks_help}</a></li>
To your theme's template set, probably in the header template.


Moved thread to correct location.