Jump to content


Corporate Sponsors


Latest News: (loading..)

dgriff

Member Since 23 Apr 2008
Offline Last Active May 24 2012, 20:37
-----

Posts I've Made

In Topic: Looking for ck editor contribution for 2.3.1 but downloads are corrupt

14 May 2012, 17:55

@DunWeb

That's strange. I get an error message when I go to download that one:

Error: C:Users/Advent/desktop/blank_1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_19_20_21_22_23_24_25_26_27_28_29_30_31_32_33_34_35_36_37_38_39_40_41_42_43_44_45_46_47_48_49_50_51_52_53_54_55_56.zip. The archive is either in unknown format or damaged.

In Topic: Designing New Themes the Easy Way

09 May 2012, 22:46

When I have the theme roller control box open and click on the gallery tab and when I click on the theme I like and click download, the entire control box turns black and nothing downloads...... I didn't install the whole theme roller package, I just uploaded developertool.js.php and developertool.php to my catalog folder. Anyone know where I'm going wrong? THanks

In Topic: Add new page in V2.3.1 which actually works?

07 May 2012, 12:20

Jim. That was it! Thanks.

In Topic: Add new page in V2.3.1 which actually works?

07 May 2012, 02:06

Hi
I have successfully created a new About Us page, cloned from the shipping and returns page. The only problem I have is when I go and try to change the content of that page in catalog/includes/languages/english/about_us.php to reflect About Us information......... the page when refreshed will not update with the new content. I've tried ctrl + refresh. I've cleared my cache. I also started the whole process over and used a different page to clone.... but still not able to edit the contents of the page. Tried refreshing in a different browswer. No joy. The page is catalog/about_us.php and this is the contents of that file. Any ideas?

&--#60;?php
/*
  $Id$

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2002 osCommerce

  Released under the GNU General Public License
*/

define('NAVBAR_TITLE', 'About Us');
define('HEADING_TITLE', 'About Us');

define('TEXT_INFORMATION', 'This is our shipping and returns page.');
?&--#62;

When I go to my new about us page, the contents of the page is still like the shipping & returns:

Shipping & Returns


Put here your Shipping & Returns information.


:'(

In Topic: Add new page in V2.3.1 which actually works?

06 May 2012, 14:43

I figured it out. I overlooked this bit:


3. Open /catalog/includes/languages/english/modules/boxes/bm_information.php and insert this line before the closing PHP tag:

define('MODULE_BOXES_INFORMATION_BOX_ABOUT', 'About Us');