Results 1 to 5 of 5
  1. #1
    Join Date
    Jun 2008
    Posts
    4
    Plugin Contributions
    0

    Default Change logo in Admin area

    Hi everyone!

    Thanks for the many answers I already found in the forum. I got myself used to the template customization and using the Developer Tool to lookup things.

    I just installed a clean 1.3.8a. And I am trying to change a few things. But the help about them is mostly when it comes to the customer side. Both my questions are for the admin area.

    1. (a favorite) How do I change the logo in the ADMIN area. (yes, I did use the search)

    2. How do I remove / replace Support Site link on top?

    What I have found on 1:
    admin/includes/languages/english.php is the place to change the logo, but when I upload my english.php to admin/includes/languages/(My Template Name)/english.php it does not pick it up... Seems it does not work for footer.php either.

    What I have found on 2:
    The text "Support Site" is in two files and the lines start with DEFINE but customizing them and putting them in a folder below the one where the originals were called (My Template Name) does not seem to make a change.


    Thanks for your help in advance,
    V

  2. #2
    Join Date
    Aug 2006
    Location
    portlandish, oregon
    Posts
    799
    Plugin Contributions
    0

    Default Re: Change logo in Admin area

    Quote Originally Posted by vivesystems View Post
    Hi everyone!

    Thanks for the many answers I already found in the forum. I got myself used to the template customization and using the Developer Tool to lookup things.

    I just installed a clean 1.3.8a. And I am trying to change a few things. But the help about them is mostly when it comes to the customer side. Both my questions are for the admin area.

    1. (a favorite) How do I change the logo in the ADMIN area. (yes, I did use the search)

    2. How do I remove / replace Support Site link on top?

    What I have found on 1:
    admin/includes/languages/english.php is the place to change the logo, but when I upload my english.php to admin/includes/languages/(My Template Name)/english.php it does not pick it up... Seems it does not work for footer.php either.

    What I have found on 2:
    The text "Support Site" is in two files and the lines start with DEFINE but customizing them and putting them in a folder below the one where the originals were called (My Template Name) does not seem to make a change.


    Thanks for your help in advance,
    V
    1. Easiest solution... Just make a new logo and name it logo.gif then find ../admin/images/logo.gif and replace logo.gif with your new logo and your done!

  3. #3
    Join Date
    Jun 2008
    Posts
    4
    Plugin Contributions
    0

    Default Can it be done using overrides?

    Well I thought I could change the logo the "nice" way through the overrides as I did in the customer area.

    Still can't find a way to get the "Support Link" in the header of the ADMIN area to go anything different so any input on this is appreciated...

  4. #4
    Join Date
    Jun 2008
    Posts
    4
    Plugin Contributions
    0

    Default NO overrides in admin area

    OK. This was in the FAQ... overlooked it somehow. No overrides in admin area.

    Now the only question left would be how to change/delete the support site link in the header part of the admin area.

  5. #5
    Join Date
    Aug 2006
    Location
    portlandish, oregon
    Posts
    799
    Plugin Contributions
    0

    Default Re: NO overrides in admin area

    Ok try this:

    Navigate to ../admin/includes/header.php and search for
    <a href="http://www.zen-cart.com/" class="headerLink" target="_blank">' . HEADER_TITLE_SUPPORT_SITE . '</a>
    It should be around Line 230. Change the http://www.zen-cart.com/ to the site you want.


    To DELETE that link all together I Believe you would delete this chunk of code completely:
    <a href="http://www.zen-cart.com/" class="headerLink" target="_blank">' . HEADER_TITLE_SUPPORT_SITE . '</a>&nbsp;|&nbsp;
    But make sure to include the ending &nbsp;|&nbsp; or you'll have double the spaces between the remaining links.
    Again, I didn't try this but I'm pretty sure that should work for you.
    Last edited by khopek; 6 Jun 2008 at 11:53 PM.

 

 

Similar Threads

  1. v151 change the logo area background color
    By ken1 in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 21 Mar 2014, 12:15 AM
  2. change Admin area themes and logo
    By fadi21 in forum Customization from the Admin
    Replies: 3
    Last Post: 21 Aug 2010, 02:37 AM
  3. currency change also in admin area
    By chillout in forum Customization from the Admin
    Replies: 0
    Last Post: 10 Dec 2008, 06:39 AM
  4. Change main logo area to HTML area to add effects
    By phillpal in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 19 May 2008, 10:52 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg