-
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!
-
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
-
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.)
-
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.
-
Re: Box_heading_ezpages
Can you post an exact copy of your define statement?
-
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', ' * ');define('NOT_CURRENT_PAGE_INDICATOR', ' - ');?>
-
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.
-
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.
-
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.
-
26 Nov 2007, 06:20 AM
#10
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Content and Graphics Copyright (c) 2003 - 2026 Zen Ventures, LLC - all rights reserved
Zen Cart® is a Registered Trademark of Zen Ventures, LLC