Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default Getting rid of copyright

    Hi,

    I have this text at the bottom

    Your IP Address is: 220.74.220.77
    Copyright © 2007 Zen Cart. Powered by Zen Cart
    | Red Passion theme by CssTemplateHeaven

    I know how to get rid of the last bit but everything which I have highlighted here in red I can't find.

    I have had a look in the languages/english folder but can't see it.

    Where do I change/delete all of this.

    Thanks

  2. #2
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Getting rid of copyright

    You can turn off the IP address display in the admin under configuration->layout settings. It's near the bottom of the list as Footer - show IP address.

    The Zen Cart copyright is in includes/languages/YOUR_TEMPLATE/english.php. Just be aware that if you remove the Zen Cart copyright, your site can't be listed in the showcase.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  3. #3
    Join Date
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default Re: Getting rid of copyright

    Thanks, but I have looked there (and just looked again) and can't see it...is it the bit at the top? I deleted this but it still shows?

  4. #4
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Getting rid of copyright

    Look in includes/languages/YOUR_TEMPLATE/english.php for the bit I've highlighted in red below. Yours may be a bit different since this is from the default english.php file.

    Code:
    <?php
    /**
     * @package languageDefines
     * @copyright Copyright 2003-2006 Zen Cart Development Team
     * @copyright Portions Copyright 2003 osCommerce
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @version $Id: english.php 5454 2006-12-29 20:10:17Z drbyte $
     */
    
    // FOLLOWING WERE moved to meta_tags.php
    //define('TITLE', 'Zen Cart!');
    //define('SITE_TAGLINE', 'The Art of E-commerce');
    //define('CUSTOM_KEYWORDS', 'ecommerce, open source, shop, online shopping');
    // END: moved to meta_tags.php
    
      define('FOOTER_TEXT_BODY', 'Copyright &copy; ' . date('Y') . ' <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>. Powered by <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>');
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  5. #5
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Getting rid of copyright

    If you edit this, DO NOT delete the whole line. Delete the part between the single quotes ' ' leaving the quotes.

    define('FOOTER_TEXT_BODY', '');

    or you can edit just part of the text.

  6. #6
    Join Date
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default Re: Getting rid of copyright

    Thanks again

    all sorted....dont know why I hadnt seen it..think I need a break!

  7. #7
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Getting rid of copyright

    Quote Originally Posted by pb4 View Post
    Thanks again

    all sorted....dont know why I hadnt seen it..think I need a break!
    Breaks are good things... necessary, too.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  8. #8
    Join Date
    Nov 2007
    Posts
    18
    Plugin Contributions
    1

    Default Re: Getting rid of copyright

    Since I just now also got to actually changing content, I found this helpful.

    I don't like the pages to be copyrighted to Zen Cart, so I changed that, yet I left the Powered by Zen Cart, since tbh, the pages are truly not powered by ME

    Do the pages have to be copyrighted to be showcases? Isn't it enough that they are "Powered by Zen Cart"?

    Right now I'm making layout changes to my own template, and I've changed some basics in CSS to reflect the former web-pages, which I will include in the shop as well, in high hopes of making them superfluous once the store opens. Back to work now...

  9. #9
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Getting rid of copyright

    Quote Originally Posted by kairen View Post
    Since I just now also got to actually changing content, I found this helpful.

    I don't like the pages to be copyrighted to Zen Cart, so I changed that, yet I left the Powered by Zen Cart, since tbh, the pages are truly not powered by ME

    Do the pages have to be copyrighted to be showcases? Isn't it enough that they are "Powered by Zen Cart"?

    Right now I'm making layout changes to my own template, and I've changed some basics in CSS to reflect the former web-pages, which I will include in the shop as well, in high hopes of making them superfluous once the store opens. Back to work now...

    I think you're right. It's the "powered by" that has to be there for the showcase. I changed the copyrights on the sites I webmaster for.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  10. #10
    Join Date
    Mar 2007
    Posts
    76
    Plugin Contributions
    0

    Default Re: Getting rid of copyright

    Quote Originally Posted by afo View Post
    You can turn off the IP address display in the admin under configuration->layout settings. It's near the bottom of the list as Footer - show IP address.

    The Zen Cart copyright is in includes/languages/YOUR_TEMPLATE/english.php. Just be aware that if you remove the Zen Cart copyright, your site can't be listed in the showcase.
    I would like to change the copyright info but when I open this file is does not look like the example shown, it's just a lot of words all jumbled together and I can't find anything about copyright in it. I am finding it under includes/languages/english.php - there isn't another folder under languages for my template. This is the only file I can find with the name english.php.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Getting rid of a box
    By TheDogTreatGirl in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Mar 2010, 01:00 AM
  2. Getting rid of message
    By Marlake in forum Customization from the Admin
    Replies: 41
    Last Post: 28 May 2008, 11:55 PM
  3. Getting rid of Zen cart copyright etc
    By pb4 in forum General Questions
    Replies: 5
    Last Post: 21 Dec 2007, 07:37 PM
  4. getting rid of link
    By MadPricerSales in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 12 Jun 2007, 06:02 PM
  5. Getting rid of the D
    By mescalbean in forum General Questions
    Replies: 3
    Last Post: 9 Oct 2006, 03:14 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR