Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Oct 2007
    Posts
    5
    Plugin Contributions
    0

    Default Box_heading_ezpages

    The subject says it all...

    My site (TorchSongs GlassWorks ) is almost ready (if you look, no, I don't really charge that much...all that stuff is just placeholding). But I can't figure out how to change the box heading for the EZ Pages box. Any help would be greatly appreciated!

  2. #2
    Join Date
    Sep 2007
    Posts
    219
    Plugin Contributions
    0

    Default Re: Box_heading_ezpages

    includes/languages/english/extra_definitions/yourtemplate/ez_pages_definitions.php

    Your looking for define('BOX_HEADING_EZPAGES','Important Links');

    or actually in your case

    define('BOX_HEADING_EZPAGES','Useful_Articles');

    I wasn't sure if you had already found it or you are using a template

  3. #3
    Join Date
    Oct 2007
    Posts
    5
    Plugin Contributions
    0

    Default Re: Box_heading_ezpages

    Thanks!

    I am using a template, though MUCH MUCH modified. I figured I'd better start with something since I knew NOTHING. I did find it finally after much rooting around and crashing stuff. (If you need a really patient host, I can recommend Camelot Hosting. Believe me, those guys are great...I accidentally trashed my language files when I first started trying to do this.)


  4. #4
    Join Date
    Sep 2004
    Location
    Australia
    Posts
    347
    Plugin Contributions
    0

    Default Re: Box_heading_ezpages

    I've done this adding Other Sites in between the '' so they are not empty but the heading on my side box now is box_heading_ezpages. Any ideas?

    Thanks.

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

    Default Re: Box_heading_ezpages

    Can you post an exact copy of your define statement?

  6. #6
    Join Date
    Sep 2004
    Location
    Australia
    Posts
    347
    Plugin Contributions
    0

    Default Re: Box_heading_ezpages

    Here it is, thnx

    <?php/** * ezpages language components - used when displaying components for EZ-Pages content * * @package languageDefines * @copyright Copyright 2003-2005 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: ez_pages_definitions.php 2739 2005-12-30 19:00:50Z birdbrain $ */// ez-pages sidebox title namedefine('BOX_HEADING_EZPAGES','Other sites');define('TEXT_EZ_PAGES_TABLE_CONTEXT', 'Table of Contents');define('CURRENT_PAGE_INDICATOR', '&nbsp;*&nbsp;');define('NOT_CURRENT_PAGE_INDICATOR', '&nbsp;-&nbsp;');?>

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

    Default Re: Box_heading_ezpages

    What program have you used to edit this file? It appears to have lost all of its line breaks. Not only do lines look strange, but you have a comment that now effectively hides the entire file:

    // ez-pages sidebox title namedefine('BOX_HEADING_EZPAGES','Other sites');...

    and if it did not deactivate everything would invent a new function "namedefine()".

    You need to replace the missing breaks.

  8. #8
    Join Date
    Sep 2004
    Location
    Australia
    Posts
    347
    Plugin Contributions
    0

    Default Re: Box_heading_ezpages

    I used cute ftp 8 pro, was told it's the best one to use but I have had some trouble with it so I'm thinking it's not.

    I guess I'll reupload the file via something else and see how it goes. Thank you.

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

    Default Re: Box_heading_ezpages

    Filezilla is a highly recommended free FTP program, available from www.sourceforge.net
    (28 million downloads can't be wrong! :).

    I have heard that cuteftp includes an editor, but this is obviously not a good one. Try Notepad++ for that (also free from Sourceforge).
    Last edited by gjh42; 26 Nov 2007 at 06:25 AM.

  10. #10
    Join Date
    Sep 2004
    Location
    Australia
    Posts
    347
    Plugin Contributions
    0

    Default Re: Box_heading_ezpages

    Done it again using FlashFXP, obtained the original file from the ZC 1.3.7.1 download , made the change but it's still not happening.

    Thnx.

 

 
Page 1 of 2 12 LastLast

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