MyBB Community Forums

Full Version: Logo is gone
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
http://shadowspace.fi.st/forums/images/logo.png

You should be able to see the logo after you upload it.
But i uploaded it! O.o
Still need help >.<
Paste your header template ehre, there's just no code for the logo there.
Here it is.
<a name="top" id="top"></a>
		
      <div id="content">
       <div id="header">
<a href="{$mybb->settings['bburl']}/index.php" id="logo"></a>
                    </div>
        <div id="menu">

	  <ul>
                                        <li><a href="{$mybb->settings['bburl']}/portal.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/portal.png"/>Portal</a></li>
                                         <li><a href="{$mybb->settings['bburl']}/index.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/home.png"/>Forums</a></li>
		                        <li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/search.png"/>Search</a></li>
					<li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/memberlist.png"/>Member List</a></li>
					<li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/calendar.png"/>Calendar</a></li>
					<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/help.png"/>Help</a></li>
				        <li><a href="http://shadowspace.fi.st/forums/search.php?action=getnew"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/newpost.png"/>New Post</a></li>
                                         <li><a href="http://shadowspace.fi.st/forums/blogs.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/blogs.png"/>Blogs</a></li>
                                        

	  </ul>
	</div>


			<hr class="hidden" />

         <div id="content2">
                        <br />
			<div id="panel">
				
{$welcomeblock}			</div>
		
		<hr class="hidden" />
		<br class="clear" />
		<a href="http://thehallowlife.com/"><img src="http://img189.imageshack.us/img189/9463/thlbanner.jpg"></img></a>
			{$pm_notice}
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}<!-- ProfileComments -->
			{$commentalert}<!-- /ProfileComments -->
			<navigation>
			<br />
Yeah, you haven't got the code Polarbear posted. There's no HTML there to load any image.

<a href="{$mybb->settings['bburl']}/index.php" id="logo"></a>

to:

<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>
OK but heres the problem again, its shows a little transparent box, no image and i know i uploaded the image. Go and look for your self.
It's trying to load http://shadowspace.fi.st/forums/images/logo.png. You probably just need to change the setting to images/ExtBlack/logo.png, it's images/logo.png currently, you've just set that wrong.
Thanks i got it now! Big Grin Now i just need to re-uploaded the new one and center it and i am done!
Pages: 1 2