Thread: How do I?

Results 1 to 4 of 4
  1. #1
    Join Date
    Nov 2006
    Location
    Los Angeles
    Posts
    91
    Plugin Contributions
    0

    Default How do I?

    I want to get rid of the line that reads

    "There are no products to list in this category."

    Any suggestions?

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: How do I?

    Open includes/languages/english/index.php

    find

    define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.');

    delete or change the text between the single quotes.

    save the file to includes/languages/english/YOUR_TEMPLATE/index.php

    upload to your server.

  3. #3
    Join Date
    Nov 2006
    Location
    Los Angeles
    Posts
    91
    Plugin Contributions
    0

    Default Re: How do I?

    thank you! that worked like a charm :) Now, another silly question... where do I change the quote "Important Links" from the sidebar "ezpages"?? Thanks!

  4. #4
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: How do I?

    Go to includes/languages/english/extra_definitions/ez_pages_definitions.php

    find:

    define('BOX_HEADING_EZPAGES','Important Links');

    again, change/delete the highlighted portion between the two single quotes

    save the file to includes/languages/english/extra_definitions/YOUR_TEMPLATE/ez_pages_definitions.php

    Upload to your server.

 

 

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