, Guest!
Already a Member? Login or Register.





Menu



Clients



Showcase



Rate FlexCMS

ScriptSearch.com Rating:

Hotscripts Rating
Excellent!
Very Good
Good
Fair
Poor



FlexCMS eNews

To subscribe to our enewsletter, please enter your email address in the box below and click the "Subscribe" button.


Note:  You may easily remove yourself from the newsletter list at any time by following the instructions included with every mailing.

LATEST DEVELOPMENT NEWS:  FlexCMS 2.5 has been released!!! Click here to read the official announcement!

Home > FlexCMS Support Forum > User Help > FAQ's: General > How do I use my own logo instead of the FlexCMS logo?

FlexCMS Support Forum


How do I use my own logo instead of the FlexCMS logo?
Started June 11, 2004 @ 12:51pm by otter
(This thread is currently Locked) 
otter
Administrator

Posts: 159
 
How do I use my own logo instead of the FlexCMS logo?June 11, 2004 @ 12:51pm
First, you'll need to upload your logo to your web server.

Next go to your Control Panel and under Edit Site Content, select the Menu Blocks link. Then click on the Edit link in the Logo block.

Scroll down to the Custom Block Contents area and delete all the coding in this area. Then type your logo URL and HTML code (see example below) into the Custom Block Contents.

Example
Custom Block Contents:

<img src="http://www.yourdomainname/imagefoldername/yourlogo.gif">

Make sure you UNCHECK the Process PHP Code box located under the Custom Block Contents area.

And finally, click on the "Save Changes" button and you're good to go!
 

Last Edit: June 15, 2005 @ 6:39pm by otter
DCSun
Administrator

Posts: 421
 
June 11, 2004 @ 12:52pm
For those feeling technical or lucky, there's also a block of PHP code commented out that should let you use a different logo when the background is dark, light, or medium. It probably needs some tweaking but it may be something to build on or at least play with.

You can also use a more standard approach and still have a logo that matches the template. First make logos to match the templates you want to use, and place them in the corresponding template folders (all with the same file name, like logo.gif). Process the block as PHP (and of course make sure it's correct PHP code, with a print command at the start, single quotes on the ends of the code, and a semi colon at the end), and for the image tag use something like

Code

<img src="'.$TemplateImagesURL.'/logo.gif" border="0">


That will pull logo.gif from the template directory of the currently in use template, so you can change templates at any time without messing up your matching logo. If you want to use the same logo for all the templates, you can use $ImagesURL instead (and put the file in your images folder instead of with the templates). If you wish to link the logo to the home page, linking it to $IndexURL will make sure it always points to the home page even if you change the name of the script.
 

(This thread is currently Locked) 







All Contents, Code, Scripts and Technologies Copyright 2003-2007 FlexCMS.
All Rights Reserved. Software License Agreement

Processing Time: 0.16478 seconds.
 

Powered By FlexCMS
Powered By FlexCMS


Valid CSS!