2pac
Themes Team Lead
Posts: 334
Joined: May 2008
Reputation: 2
MyBux: 189
|
Adding header links
Ever wanted to change the header links on your forum?
# Search
# Member List
# Calendar
# Help
Ect...? Well here's how. First, go to your ACP->Templates & Style->Templates->Name of Template->Expand Templates
The click on "header templates" -> expand -> header->Edit Template
Find
Code:
<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>
Those are the current links, you can now pick where you want your link to appear.
Now edit the following link, and place in after any of the </li> or before the <li>
Code:
<li><a href="your html link"><img src="your image url" alt="" title="" />Title of link</a></li>
Your done :)
http://completethoughts.info
A great general chat forum
|
|
| 03-22-2009 08:14 AM |
|
Dalton
Tuts Team Lead
Posts: 1,094
Joined: Aug 2008
Reputation: 3
MyBux: 288
|
RE: Adding header links
Heh! I just did a tutorial on this on MyBBTuts, so I can't really put it on there again, or I'd use yours.
Nice tutorial. :)
|
|
| 03-22-2009 12:54 PM |
|