News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Double Logo image

Started by Mikeric, October 06, 2008, 05:20:59 PM

Previous topic - Next topic

Mikeric

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?

Adish - (F.L.A.M.E.R)

Are you adding image in news section ? it seems somewhat like that. Site link would be useful for us.

ccbtimewiz

Indeed. Could you provide a link to your site?

Mikeric


ccbtimewiz

Could you attach your index.template.php file?

Mikeric


ccbtimewiz

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

Mikeric


Mikeric

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.

ccbtimewiz

Seems like the background image. Perhaps try changing that?

Advertisement: