Help menubar 1.0
Inviato: 10/10/2005, 16:45
Salve a tutti,
vorrei usare menubar per cambiare il menu di sinistra su oscommerce;
ho scaricato la contribute menubar 1.0 e ho seguito le istruzioni riportate nel file readme.txt, tranne lo step 3 perchè non capisco dove va aggiunta la linea di codice ( in che file?? )
Mi potete aiutare?
Grazie
di seguito il file readme.txt:
INSTALLATION STEPS....
STEP 1...
install files from appropriate directories
STEP 2...
catalog/includes/column_left.php....
REPLACE:
include(DIR_WS_BOXES . 'categories.php');
WITH
if ( DISPLAY_DHTML_MENU == 'True' ) {
include(DIR_WS_BOXES . 'categories_dhtml.php');
}
else {
include(DIR_WS_BOXES . 'categories.php');
}
STEP 3...
Add the following line to the database:
INSERT INTO configuration VALUES (231, 'Enable Display Dhtml menu', 'DISPLAY_DHTML_MENU', 'True', 'Do you want to display a DHTML menu instead of the default text based?', 1, 19, '2003-03-13 01:23:23', '2003-03-07 20:37:02', NULL, 'tep_cfg_select_option(array(\'True\', \'False\'),');
vorrei usare menubar per cambiare il menu di sinistra su oscommerce;
ho scaricato la contribute menubar 1.0 e ho seguito le istruzioni riportate nel file readme.txt, tranne lo step 3 perchè non capisco dove va aggiunta la linea di codice ( in che file?? )
Mi potete aiutare?
Grazie
di seguito il file readme.txt:
INSTALLATION STEPS....
STEP 1...
install files from appropriate directories
STEP 2...
catalog/includes/column_left.php....
REPLACE:
include(DIR_WS_BOXES . 'categories.php');
WITH
if ( DISPLAY_DHTML_MENU == 'True' ) {
include(DIR_WS_BOXES . 'categories_dhtml.php');
}
else {
include(DIR_WS_BOXES . 'categories.php');
}
STEP 3...
Add the following line to the database:
INSERT INTO configuration VALUES (231, 'Enable Display Dhtml menu', 'DISPLAY_DHTML_MENU', 'True', 'Do you want to display a DHTML menu instead of the default text based?', 1, 19, '2003-03-13 01:23:23', '2003-03-07 20:37:02', NULL, 'tep_cfg_select_option(array(\'True\', \'False\'),');