MyBB Community Forums

Full Version: How do I edit this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So basically I was curious if there was anyway to change this and possibly and add different buttons like donate and awards rather than a calender. Here is an image of what I mean:

[Image: 0f9b5b85f40423a0f6d8001f9a8b8d88.png?1357583618]

Basically I'd want to add donate with a $ in place of calender and possibly add awards at the top of that. Where can I do this and how do I do it?

Thanks for any help Big Grin
AdminCP > Templates & Style > Templates > YOUR THEME TEMPLATES > Header Templates > header
(2013-01-07, 07:04 PM)KRMFY Wrote: [ -> ]AdminCP > Templates & Style > Templates > YOUR THEME TEMPLATES > Header Templates > header

What do I change and add to make new buttons?
<li><a href="{$mybb->settings['bburl']}/calender.php"><img src="{$theme['imgdir']}/calender.gif" alt="" title="" />{$lang->toplinks_search}</a></li>

now change ({$mybb->settings['bburl']}/calender.php) to your new donate page and ({$theme['imgdir']}/calender.gif) to your image
(2013-01-07, 08:15 PM)A N K E S H Wrote: [ -> ]<li><a href="{$mybb->settings['bburl']}/calender.php"><img src="{$theme['imgdir']}/calender.gif" alt="" title="" />{$lang->toplinks_search}</a></li>

now change ({$mybb->settings['bburl']}/calender.php) to your new donate page and ({$theme['imgdir']}/calender.gif) to your image

Where's the directory for this?
(2013-01-07, 08:20 PM)Agent Shark Wrote: [ -> ]
(2013-01-07, 08:15 PM)A N K E S H Wrote: [ -> ]<li><a href="{$mybb->settings['bburl']}/calender.php"><img src="{$theme['imgdir']}/calender.gif" alt="" title="" />{$lang->toplinks_search}</a></li>

now change ({$mybb->settings['bburl']}/calender.php) to your new donate page and ({$theme['imgdir']}/calender.gif) to your image

Where's the directory for this?

You have to add this in the header template and there's no directory for these in your FTP, there should be a file on your root which will be the URL of the url.
Odd. When I do try to add that code with my stuff this happens:

[Image: cb519376b4830351d493219ce78eb631.png?1357597996]

Also,

Here is the header info in case this helps with the issue:
{$welcomeblock}

{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
{$pending_joinrequests}

	<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>		

	
<hr class="hidden" />
		</div>
	        <navigation>
		<br class="clear" />
		<div id="content">
		<br />
Look in these templates aswell:
  • header_welcomeblock_guest
  • header_welcomeblock_member
Maybe there are the links.