Main Menu
Main Menu

Lxmenu Error: Either the menu does not have any menu items or all menu items are unpublished!

Login
Newsflash
27/02/2006: A comparison table showing you the differences between LxMenu Pro and NGMenu
 
25/03/2007: New version of LxMenu Pro (1.24) released.
 
20/04/2007: NGMenu 1.3.2 released. Supporting now three item states (normal, hover and active).
 
Home
Horizontal demo (main items with different width, centered, fading effect)
Horizontal demo (main items with different width and sub items with dynamic height, right aligned, fading effect)
LxMenu Forum  


Minor issue with paths - 2008/02/03 00:49 If Joomla root is not server root, the files won't be found.
You have to change the following lines in mod_lxmenu.php:

Code:

$init_menu .= "\n<script type=\"text/javascript\" src=\"/modules/mod_lxmenu/functions.js\"></script>"; $init_menu .= "\n<script type=\"text/javascript\" src=\"/modules/mod_lxmenu/menu.js\"></script>"; $init_menu .= ($pos_file_exists) ? "\n<script type=\"text/javascript\" src=\"/modules/mod_lxmenu/pos_lxmenu.js\"></script>" : '';



to this:

Code:

$init_menu .= "\n<script type=\"text/javascript\" src=\"". $mosConfig_live_site . "/modules/mod_lxmenu/functions.js\"></script>"; $init_menu .= "\n<script type=\"text/javascript\" src=\"". $mosConfig_live_site . "/modules/mod_lxmenu/menu.js\"></script>"; $init_menu .= ($pos_file_exists) ? "\n<script type=\"text/javascript\" src=\"". $mosConfig_live_site . "/modules/mod_lxmenu/pos_lxmenu.js\"></script>" : '';

  | | The administrator has disabled public write access.
Re:Minor issue with paths - 2008/02/03 10:06 Thanks horst, I'll check it.

Best regards,
Georg Lorenz
  | | The administrator has disabled public write access.
Vertical demo (pop on click with transparency)
Vertical demo (expanding to the left side, right to left text direction)
Vertical demo (expanding to the left side, left to right text direction)
Vertical demo (assigned to template LxTemplate)