|
|
Due to the volume of spam happening on our forums, posting is now restricted to verified members only. If you're not verified, drop us a note with your username.
|
|
Home > FlexCMS Support Forum > User Help > General Support Requests > Change logo image
FlexCMS Support Forum
Change logo image Started August 28, 2008 @ 9:31am by yulises
|
Post Message |
|
|
Change logo image | August 28, 2008 @ 9:31am | Hello ,
How do I change the site logo image ?
Thanks ,, |
|
|
|
|
|
|
| |
DCSun Administrator
Posts: 625 |
|
|
| August 28, 2008 @ 2:25pm | You can either modify the IMG SRC portion of the block that's already there, or just create your own new block with the image HTML code you desire.
David
FlexCMS v3.2 Has Been Released! |
|
|
|
|
|
|
| |
|
|
| August 29, 2008 @ 3:15am | Thanks |
|
|
|
|
|
|
| |
otter Administrator
Posts: 177 |
|
|
| August 29, 2008 @ 11:10am | We also have a topic on this in our support forum located here.
:)
ONLINE TRAINING CLASSES FOR FLEXCMS IN MAY: FlexCMS Basics (101), Sat., May, 15, 2010 & FlexCMS Blocks (Mon., May 10, 2010). |
|
|
|
|
|
|
| |
|
|
Changing FLex Logo from Header | August 21, 2009 @ 7:34pm | David.
Can you please tell which file and where its located relative to changing the flex logo so that I can point it to my own images directory. I followed the thread from 2004 and it referenced a "logo block" which I don't see in FlexCMS 3.0.
Thank you.
welby
http://logos.flexcms.com/images/flexcms_logo.png |
|
|
|
|
|
|
| |
DCSun Administrator
Posts: 625 |
|
|
| August 21, 2009 @ 7:59pm | Welby,
You should have a block with the following code in it:
Code
if ($LoggedIn == 'y') { $NamePrint = $UserDisplayName.'!</b><br><font size="1"><A HREF="'.$MainURL.'/options.html" class="BlockColors"><font face="'.$FontFace.'" size="1">Control Panel</font></A> | <A HREF="'.$MainURL.'/profile-edit.html" class="BlockColors"><font face="'.$FontFace.'" size="1">Edit Profile</font></A> | <A HREF="'.$MainURL.'/logout.html" class="BlockColors"><font face="'.$FontFace.'" size="1">Logout</font></A><br></font>'; } else { $NamePrint = 'Guest!</b><br><font face="'.$FontFace.'" size="1">Already a Member? <A HREF="'.$MainURL.'/login.html" class="BlockColors"><font face="'.$FontFace.'" size="1">Login</font></A> or <a href="'.$MainURL.'/register.html" class="BlockColors">Register</a>.<br></font>'; }
print '<div align="center"> <center> <table border="0" cellspacing="1" width="100%"> <tr> <td width="50%"><a href="'.$IndexURL.'"><img src="'.$Settings['SPL'].'" border="" alt=""></a></td> <td width="50%" valign="middle" align="center"><font size="2" color="'.$Colors['BText'].'"> <script language="JavaScript"><!-- var Today = new Date(); var Days = new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"); var Months = new Array("January","February","March","April","May","June","July","August","September","October","November","December"); var Year = Today.getYear(); if (Year < 1000) { Year += 1900; } var Day = Today.getDate(); var DateEnding = "th"; if (Day == 1 || Day == 21 || Day == 31) { DateEnding = "st"; } else if (Day == 2 || Day == 22) { DateEnding = "nd"; } else if (Day == 3 || Day == 23) { DateEnding = "rd"; } document.write( Days[Today.getDay()] + ", " + Months[Today.getMonth()] + " " + Day + DateEnding + ", " + Year ); //--></script><noscript></noscript><br><br> <b><script language="JavaScript"><!-- var Greeting = "Hello"; var Today = new Date(); var CurrentHour = Today.getHours(); if (CurrentHour < 12) { Greeting = "Good Morning"; } if (CurrentHour >= 12 && CurrentHour < 17) { Greeting = "Good Afternoon"; } if (CurrentHour >= 17) { Greeting = "Good Evening"; } document.write(Greeting); //--></script><noscript>Hello</noscript>, '.$NamePrint.'
</td> </tr> </table> </center> </div>'; |
|
This part adds the FlexCMS logo:
Code
<img src="'.$Settings['SPL'].'" border="" alt=""> |
|
You can adjust the SRC portion of that image tag to point to your desired logo image, or just remove that block and create your own.
David
FlexCMS v3.2 Has Been Released! |
|
|
|
|
|
|
| |
|
|
| August 21, 2009 @ 8:26pm | Thanks David.
The Administration Label was empty, so I must of missed it. Thank you very much!
welby |
|
|
|
|
|
|
|
|
|
| MEMBERS
|
|
|