2016-09-07, 12:29 AM
So i added toplinks. They work, but the images are all messed up
www.metulburr.com
the code in my header is
1) I could not find my theme (default) in the images directory to locate the toplinks image. So i created a toplinks directory inside images, and hard coded the path to the image. However before i did this for some reason there is 2 images, the dollar symbol, which is what i want and the magnifying glass which i have no idea where that is coming from? The same for the Rules toplink, but the image is just named rules.png
www.metulburr.com
the code in my header is
<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>
<ul class="menu top_links">
<li><a href="{$mybb->settings['bburl']}/donate.php"><img src="http://www.metulburr.com/images/toplinks/dollar.png"alt="" title="Donate" />{$lang->toplinks_donate}</a></li>
{$menu_portal}
{$menu_search}
{$menu_memberlist}
{$menu_calendar}
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help&hid=8"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/help.gif" alt="" title="Rules" />{$lang->toplinks_rules}</a></li>
1) I could not find my theme (default) in the images directory to locate the toplinks image. So i created a toplinks directory inside images, and hard coded the path to the image. However before i did this for some reason there is 2 images, the dollar symbol, which is what i want and the magnifying glass which i have no idea where that is coming from? The same for the Rules toplink, but the image is just named rules.png