Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: Mikeric on October 06, 2008, 05:20:59 PM

Title: Double Logo image
Post by: Mikeric on October 06, 2008, 05:20:59 PM
If i select to use the logo on my site i am getting a double logo. At the very top and in the box right below it. How can i get rid of one?
Title: Re: Double Logo image
Post by: Adish - (F.L.A.M.E.R) on October 06, 2008, 06:57:14 PM
Are you adding image in news section ? it seems somewhat like that. Site link would be useful for us.
Title: Re: Double Logo image
Post by: ccbtimewiz on October 06, 2008, 08:39:25 PM
Indeed. Could you provide a link to your site?
Title: Re: Double Logo image
Post by: Mikeric on October 07, 2008, 09:03:48 PM
This is the site address. www.southshorestangs.com (http://www.southshorestangs.com)
Title: Re: Double Logo image
Post by: ccbtimewiz on October 07, 2008, 09:05:30 PM
Could you attach your index.template.php file?
Title: Re: Double Logo image
Post by: Mikeric on October 07, 2008, 09:13:12 PM
Here it is.
Title: Re: Double Logo image
Post by: ccbtimewiz on October 07, 2008, 09:14:18 PM
Find and remove:
echo '
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td>';
if (empty($settings['header_logo_url']))
echo '<a href="', $scripturl, '" title="', $context['forum_name'], '"><img src="', $settings['images_url'], '/brlogo.png" style="margin-left: 2em;" alt="', $context['forum_name'], '"/></a>';
else
echo '
<img src="', $settings['header_logo_url'], '" style="margin-left: 2em;" alt="', $context['forum_name'], '" />';

echo '
</td>
</tr>
</table>';
Title: Re: Double Logo image
Post by: Mikeric on October 07, 2008, 09:20:28 PM
Thank you for your help.
Title: Re: Double Logo image
Post by: Mikeric on October 07, 2008, 09:23:08 PM
one more quick question, now right below the buttons for home, help, search, etc I have columns going up and down. Is it possible to get rid of that? Sorry for the questions, new to SMF forums this week.
Title: Re: Double Logo image
Post by: ccbtimewiz on October 07, 2008, 09:24:09 PM
Seems like the background image. Perhaps try changing that?