MyBB Community Forums

Full Version: Afresh for 1.4 [Released]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
How can I add a link to the header next to "Search".

Want to add contact and donate link Smile

Thanks.
George.
Go to >> Templates & Style then >> Template Sets >> Select the theme you wanna edit then >> Options >> Expand Templates >> then >> Header Templates >> Expand >> header >> Options >> Full Edit Then you can edit add evrything you want.

The Colored text is the Options you need to follow
can someone please help me...
(2010-03-01, 03:48 PM)Rswfan Wrote: [ -> ]can someone please help me...

Move your theme called flame to /images/ direcotry
Cus your theme it is not in the /images directory you need to move it to /images/ direcotry Wink That need do by a FTP when anything you do not know ask again Smile, Be sure you had to right directory /images/flame/ Big Grin
I know that K|NG, but where do I add the text.

[code]<div id="container">
<a name="top" id="top"></a>
<div id="header">
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
{$welcomeblock}
</div>
<div id="content">
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}<!-- ProfileComments -->
{$commentalert}<!-- /ProfileComments -->
<navigation>
<br />/code]

That's what I currently have, I want to add "www.eforums.co.cc/contact-us.php" and "www.eforums.co.cc/donate.php"
			<div class="menu">
				<ul>
					<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>
				</ul>
			</div>

Chechk this and add it to /search.php just add like this look

<li><a href="{$mybb->settings['bburl']}/contact-us.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/yourimage.gif" alt="" title="" />{$lang->toplinks_search}</a></li>
Not getting you?

Step by step instructions please.
(2010-03-01, 04:07 PM)George_HF Wrote: [ -> ]Not getting you?

Step by step instructions please.

PM me please your URL form and ill fix it for you when you want
Done.
I have my image directory as Images/Flame but it not working.

Can you please help me?

My forums are at: http://rsnagw.createmybb3.com
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45