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  


<< Start < Prev 1 2 Next > End >>
Re:Depricated Code - 2008/02/12 02:27 Can you give an estimate of when the Joomla 1.5 native version of LxMenu will be ready?

BTW: Thanks for providing such a great component.

-Sarah
  | | The administrator has disabled public write access.
Re:Depricated Code - 2008/03/06 12:04 In my case after I made what jeneu wrote I had to go to module folder (http://sitename/modules/mod_lxmenu/mod_lxmenu) and copy the 2 .js files to the previous folder (http://sitename/modules/mod_lxmenu)

and then it start working.

jeneu wrote:
Hi I ran into the problem also. there is a solution:

open the file admin.lxmenu.php

make changes in the Beginning of file after:

/** ensure this file is being included by a parent file */
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );

insert new code:

// need JmenuHelper::getMenuTypes as mosAdminMenus::menutypes method is now deprecated
require_once( JPATH_ADMINISTRATOR.DS.'components'.DS.'com_menus'.DS.'helpers/helper.php' );

then find:

$menutypes = mosAdminMenus::menutypes();

it is somewhere at line 110

and replace with:

$menutypes = MenusHelper::getMenuTypes(); // icancreative.de FIX

This gives back functionality. The Layout of component in Backend is still disturbed, but works.
  | | The administrator has disabled public write access.
Re:Depricated Code - 2008/03/11 22:02 Yes, I also needed to copy the two js files up one level.

Thank you both VERY MUCH for these fixes... at least the functionality remains working with Joomla! 1.5

Thanks again,

Dennis
  | | The administrator has disabled public write access.
<< Start < Prev 1 2 Next > End >>
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)