Icy Phoenix
Old Styles Topics - Can I Replace Sitelogo .png With Sitelogo.gif?
Jon Henry [ Tue 08 Jan, 2008 18:01 ]
Post subject: Can I Replace Sitelogo .png With Sitelogo.gif?
I would like to replace the eagle and orb as the site log in the upper left corner here:
http://98.130.49.230/phpBB3/index.php
with the spinning globe here:
http://98.130.49.230/
The eagle and orb is a .png while the spinning globe is a .gif. I tried renaming the globe to sitelogo_small and replacing the eagle and orb in the directory and reloading but he forum didnt show any logo then and centered the site name and description.
How would I replace the eagle and orb with the spinning globe?
JHOSMAN [ Tue 08 Jan, 2008 18:16 ]
Post subject: Re: Can I Replace Sitelogo .png With Sitelogo.gif?
Upload in the FTP the file in GIF and into the FTP change the extension of the file later upload
Enjoy!

Jon Henry [ Tue 08 Jan, 2008 18:32 ]
Post subject: Re: Can I Replace Sitelogo .png With Sitelogo.gif?
I tried this but it didnt work. The eage and orb disappeared but the globe didnt show up and the text centered.
Zuker [ Tue 08 Jan, 2008 20:05 ]
Post subject: Re: Can I Replace Sitelogo .png With Sitelogo.gif?
edit overall_header.tpl and replace it there

Jon Henry [ Tue 08 Jan, 2008 21:01 ]
Post subject: Re: Can I Replace Sitelogo .png With Sitelogo.gif?
I have overall_header.html not tpl, is that what you mean? If so,what part of the code would I change? Only thing I found referring to it was this
<td height="150" align="left" valign="middle"><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td>
Thanks for your help in advance
Jon Henry [ Fri 11 Jan, 2008 21:29 ]
Post subject: Re: Can I Replace Sitelogo .png With Sitelogo.gif?
Anyone? How can I replace the smallsite_logo.png with smallsite_logo.gif?
Jamesking56 [ Mon 28 Jan, 2008 19:21 ]
Post subject: Re: Can I Replace Sitelogo .png With Sitelogo.gif?
Change the extension to .png.......
all you need to do is change where is says ".gif" and change it to ".png"
OR
Edit Templates/{template}/overall_header.tpl and change where it says the logo
novice programmer [ Mon 28 Jan, 2008 19:32 ]
Post subject: Re: Can I Replace Sitelogo .png With Sitelogo.gif?
Change {SITE_LOGO_IMG}
for: <src img=http://weburl.domain/route_to_image_relative_to_domain_name/image_name.gif
Jamesking56 [ Mon 28 Jan, 2008 19:42 ]
Post subject: Re: Can I Replace Sitelogo .png With Sitelogo.gif?
Thanks Novice Programmer for adding to my suggestion, I wondered what the thing was called
arinkverma [ Mon 04 Feb, 2008 17:21 ]
Post subject: Re: Can I Replace Sitelogo .png With Sitelogo.gif?
Yes you can