Trying to change the title of my forum board with a banner

Started by badpete, October 11, 2005, 04:20:48 PM

Previous topic - Next topic

badpete

I have seen the thread where it says to switch a line of code with another but it does not seem to work. Can someone explain to me in details how you change that line of code and exactly what I need to delete  and exactly what I need to add

It would be greatly appreciated

Thank you

Elmacik

go to admin->current theme->forum logo

type the banner (picture) url here and save.
if you mean to have javascript or any other kind of banners (that works with codes)
in your index.template.php find:

echo '
<img src="', $settings['images_url'], '/smflogo.gif" width="250" style="float: right;" alt="" />
<span style="font-family: Georgia, sans-serif; font-size: xx-large;">', $context['forum_name'], '</span>';

and replace with your codes..
Home of Elmacik

Advertisement: