Support Forums

changing Admin Logo

This is a discussion on changing Admin Logo within the Templates, HTML, CSS, and Design Help forums, part of the General category; Hello friends... I would like to change the 68Classifieds Logo appearing on the admin side to my logo... How can ...


Go Back   68 Classifieds Forums > General > Templates, HTML, CSS, and Design Help

Reply
 
Thread Tools Display Modes
Old 11-13-2009, 10:48 AM   #1
Customer
 
Join Date: Oct 2009
Posts: 202
Rep Power: 12
guillopuig is on a distinguished road
Default changing Admin Logo

Hello friends...

I would like to change the 68Classifieds Logo appearing on the admin side to my logo...

How can I do this?


(reason: when I show the system to someone, I do not want to let them know where I got the system. Dont get me wrong, if someone from out of my area asks me about 68class... You can be sure i'll praise the system... but not if they can become my direct competitor.)
guillopuig is offline   Reply With Quote
Old 11-13-2009, 10:53 AM   #2
68 Classifieds Staff
 
Eric Barnes's Avatar
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,489
Rep Power: 135
Eric Barnes is just really nice Eric Barnes is just really nice
Default

Here is a blog post I wrote up with details on changing it:
Yes, You Can White Label 68 Classifieds | 68 Classifieds Blog & News
__________________
Eric Barnes
68 Classifieds Developer
Customer Area | Issue Tracker | Documentation | 68C Mods | 68 @ Twitter | My Modules
Eric Barnes is offline   Reply With Quote
Old 11-13-2009, 11:03 AM   #3
Customer
 
Join Date: Oct 2009
Posts: 202
Rep Power: 12
guillopuig is on a distinguished road
Default

Quote:
Originally Posted by Eric Barnes
Here is a blog post I wrote up with details on changing it:
Yes, You Can White Label 68 Classifieds | 68 Classifieds Blog & News


thanks Eric...

I was able to take the logo out from the header section of the admin main page but cant seem to be able to put my logo. Is this possible?

also, on the admin login page... the 68class logo still is showing.

Last edited by guillopuig; 11-13-2009 at 11:05 AM.
guillopuig is offline   Reply With Quote
Old 11-13-2009, 11:05 AM   #4
68 Classifieds Staff
 
Eric Barnes's Avatar
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,489
Rep Power: 135
Eric Barnes is just really nice Eric Barnes is just really nice
Default

Yes it comes from the style sheet. Just upload your new logo and change the path to it.
__________________
Eric Barnes
68 Classifieds Developer
Customer Area | Issue Tracker | Documentation | 68C Mods | 68 @ Twitter | My Modules
Eric Barnes is offline   Reply With Quote
Old 11-13-2009, 11:06 AM   #5
Customer
 
Join Date: Oct 2009
Posts: 202
Rep Power: 12
guillopuig is on a distinguished road
Default

Quote:
Originally Posted by Eric Barnes
Yes it comes from the style sheet. Just upload your new logo and change the path to it.
I did... still not showing. :0/

also, on the admin login page... the 68class logo is still showing.

Last edited by guillopuig; 11-13-2009 at 11:08 AM.
guillopuig is offline   Reply With Quote
Old 11-13-2009, 11:10 AM   #6
68 Classifieds Staff
 
Eric Barnes's Avatar
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,489
Rep Power: 135
Eric Barnes is just really nice Eric Barnes is just really nice
Default

Here is what I recommend. Uploading your new image then using a browser open the image directly. Something like yoursite.com/administration/images/mylogo.gif

Next open the style sheet and find this:
Code:
#header {
    background: url(../../../images/logo.gif) no-repeat;
    width: 700px;
    height: 65px;
    padding: 5px;
    margin: 5px;
}
Replace with:
Code:
#header {
    background: url(http://yoursite.com/administration/images/yourlogo.gif) no-repeat;
    width: 700px;
    height: 65px;
    padding: 5px;
    margin: 5px;
}
__________________
Eric Barnes
68 Classifieds Developer
Customer Area | Issue Tracker | Documentation | 68C Mods | 68 @ Twitter | My Modules
Eric Barnes is offline   Reply With Quote
Old 11-13-2009, 11:18 AM   #7
Customer
 
Join Date: Oct 2009
Posts: 202
Rep Power: 12
guillopuig is on a distinguished road
Default

All done... I "thought" to have uploaded the login.php file with the edits... I guess I hadnt...

I reuploaded the edited file... Waaahlaaaa!

My admin screen!

Thanks again.

Last edited by guillopuig; 11-13-2009 at 12:48 PM.
guillopuig is offline   Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem Changing Template Logo cherilavelle Pre Sales Questions 5 10-26-2009 03:45 PM
Changing Logo on hosted account BillRoy Technical Support 3 07-19-2009 10:18 AM
Changing 68class logo to my own jason1971 Templates, HTML, CSS, and Design Help 6 07-15-2009 07:38 AM


All times are GMT -4. The time now is 09:59 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2011, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0