News:

Wondering if this will always be free?  See why free is better.

Main Menu

1: Name?

Started by SALocalcom, June 27, 2005, 08:13:24 PM

Previous topic - Next topic

SALocalcom

1:trying to change the forum "name" at top left.
I searched the forum and found this:

Open /Themes/default/index.template.php and look for:
<span style="font-family: Georgia, sans-serif; font-size: xx-large;">',$context['forum_name'], '</span>

This is all it said, so I tryed changing "  'forum_name'  " to something else...The default name just disappeard.

xenovanis

If you want to change the name of your forum, go to your admin panel -> Edit Server Settings -> Message Board Name.
"Insanity: doing the same thing over and over again and expecting different results."

SALocalcom

Yes-thank you, but what if I want to put an image link there?  I already know the html, but know nothing about this type of script.

SALocalcom

#3
OK-no problem, I just put the html in that form box.  Thanks for letting me know where it was!!

I should've thought about that...it just put the image all over the place...

nokonium

The other way to do it is to save your image over the top of the smflogo.gif.

This is a centered image from my index.template

// This part is the logo and forum name.  You should be able to change this to whatever you want...
echo '
<center><img src="', $settings['images_url'], '/smflogo.gif" width="600" alt="" /></center>';



SALocalcom

I need to make this a clickable link, which worked puting it in the form box (ending up all over the place)....I'd really like to add a table in the header where I could put in 2 to 4 clickable links.  I can do that with html, but this is real different.  I try scripting where "smflogo.gif" is but came up with a parch error.  I had to reupload "themes".

Advertisement: