SMF Support > Install and Upgrade Help

logo thing

(1/3) > >>

Austin61:
how do i change the pic logo
i mean u know how do i change the banner?

MrCue:
If you mean the Board Name IE. "Simple Machines" at the top there,
Find
<img src="', $settings['images_url'], '/smflogo.gif" width="250" style="float: right;" alt="" />
               ', $context['forum_name'], '

in index.template.php and change it.

Homie:
Or try this

http://www.simplemachines.org/community/index.php?topic=8892.0

Austin61:

--- Quote from: MrCue on April 21, 2004, 08:11:50 PM ---If you mean the Board Name IE. "Simple Machines" at the top there,
Find
<img src="', $settings['images_url'], '/smflogo.gif" width="250" style="float: right;" alt="" />
               ', $context['forum_name'], '

in index.template.php and change it.

--- End quote ---
yeah but where do i put the url in there?

Tristan Perry:

--- Quote from: Austin61 on April 21, 2004, 08:23:37 PM ---yeah but where do i put the url in there?

--- End quote ---

You'd change:

<img src="', $settings['images_url'], 'THIS PART" width="250" style="float: right;" alt="" />
               ', $context['forum_name'], '

To whatever you want. Also make sure to change the width tag to the correct width of the logo you want.

Navigation

[0] Message Index

[#] Next page

Go to full version