MyBB Community Forums

Full Version: Apart How to remove link located on the upper left corner.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Regarding this theme (Apart) I would like to remove the home link located on the upper left corner. How can I do this? See attached image.
looks like you have two navigation fields.

Find <navigation> in the header template and remove it I'm guessing.
Didn't work, thanks for the try.
link to the site?
open up your header template and paste all the code here so I can take a look.
(2010-10-08, 12:33 AM)Mark.M Wrote: [ -> ]link to the site?

http://www.motobikerz.org/
Choose the Foros option on the menu and the forum will show up.
<div id="container">
<a name="top" id="top"></a>
<div id="header">
<div id="logo">
<div class="wrapper">
<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>
</div>
</div>
<div id="panel">
<div class="upper"><!-- This div(class="upper") is closed in the header_welcomeblock_member and header_welcomeblock_guest templates -->
<div class="wrapper">
<ul class="menu top_links">
<li><a href="{$mybb->settings['bburl']}/search.php" class="search">{$lang->toplinks_search}</a></li>
<li><a href="{$mybb->settings['bburl']}/memberlist.php" class="memberlist">{$lang->toplinks_memberlist}</a></li>
<li><a href="{$mybb->settings['bburl']}/calendar.php" class="calendar">{$lang->toplinks_calendar}</a></li>
</ul>
{$welcomeblock}
</div>
</div>
<div id="content">
<div class="wrapper">
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
{$pending_joinrequests}
<navigation>
<br />
Delete the following from the header template:
<div id="logo">
<div class="wrapper">
<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>
</div>
</div>
Yahoo! Thanks JAS for the solution and Thanks Lyndon D. for the good try.
Have a great weekend.