Customizing SMF > Theme Site Themes

Black Rain

<< < (3/73) > >>

Crip:

--- Quote from: huwnet on September 02, 2006, 12:20:33 PM ---Really nice, especailly the buttons.

--- End quote ---

Thank you. :)

Crip:

--- Quote from: samames on September 02, 2006, 09:10:14 AM ---Thanks mate, it worked :D
Um another question... I've been trying to make the toplogo centralized, this is what I've done to try and get the logo in the middle rather than on the left (code extract from index.template.php. Third box down when viewed in admin center, and it's the logo part..)
Thanks for your help  :)

--- End quote ---

You made a mess didn't you. lol.. ;)
Just add this to center the logo:

--- Code: --- <a href="', $scripturl, '"><center><img src="', $settings['images_url'], '/brlogo.gif" style="margin: 2px;" title="Black Rain" alt="Black Rain" /></center></a>';

--- End code ---

samames:
no, sadly i tried it and it didn't work :( have you any other ideas of what could work? and also, can the buttons be centralized? ???
thanks for your help :)

DarKSteel2oo6:
bonton espaƱol?

Kinesthesia:

--- Quote from: crip on September 02, 2006, 04:11:34 PM ---
--- Quote from: samames on September 02, 2006, 09:10:14 AM ---Thanks mate, it worked :D
Um another question... I've been trying to make the toplogo centralized, this is what I've done to try and get the logo in the middle rather than on the left (code extract from index.template.php. Third box down when viewed in admin center, and it's the logo part..)
Thanks for your help  :)

--- End quote ---

You made a mess didn't you. lol.. ;)
Just add this to center the logo:

--- Code: --- <a href="', $scripturl, '"><center><img src="', $settings['images_url'], '/brlogo.gif" style="margin: 2px;" title="Black Rain" alt="Black Rain" /></center></a>';

--- End code ---

--- End quote ---


Thanks Crip.  This worked perfectly on both the SMF Theme and the TP Theme.

It took a minute but I also figured out that adding something on the following line would allow a non-default / provided image url to be centered.


--- Code: ---<center><img src="', $settings['header_logo_url'], '" style="margin: 4px;" alt="', $context['forum_name'], '" />';
--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version