menu animato dhtml_menubar_with_bullets restituisce vuoto!
Inviato: 28/05/2007, 13:32
Praticamente è un menu in dhtml, che ho installato ma mi rimanda un box vuoto...ho anche aggiunto un alert per vedere se richiamava il file js..e funziona...
la contrib si trova qui:
http://www.oscommerce.com/community/contributions,1067
uso il pacchetto WAI.
ho seguito i passi citati nel readme
con solo una eccezione (spero non grave). All'importazione nel database, 231 era occupata, alchè ho modificato in 233.
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 2...
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\'),');
la contrib si trova qui:
http://www.oscommerce.com/community/contributions,1067
uso il pacchetto WAI.
ho seguito i passi citati nel readme
con solo una eccezione (spero non grave). All'importazione nel database, 231 era occupata, alchè ho modificato in 233.
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 2...
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\'),');