Jump to content


Photo

Menu with sublevels are not visible in 0.6.5, text white?

menu sublevel visible 0.6.5

  • Please log in to reply
2 replies to this topic

#1 k1000o

k1000o

    Advanced Member

  • Members
  • PipPipPip
  • 112 posts
  • LocationMadrid

Posted 20 May 2012 - 09:49 PM

As part of a customization I defined a module with a menu that has sublevels.
The menu location appears but with no text, It'is only visible when passing the mouse over it.

Attached Thumbnails

  • menus065.png


#2 k1000o

k1000o

    Advanced Member

  • Members
  • PipPipPip
  • 112 posts
  • LocationMadrid

Posted 22 May 2012 - 05:54 PM

It's fixed, The problem was that the URL was empty. It was made on purpose because it's a parent menu that does not have a real class behind. So i Changed from
			'startingState' => 1,
			'tabMenuItems' => array(
				array(
					'label' => 'LibrariesModulePluralLabel',
					'right' => self::RIGHT_ACCESS_LIBRARIES,
					'items' => array(

To

			'startingState' => 1,
			'tabMenuItems' => array(
				array(
					'label' => 'LibrariesModulePluralLabel',
					'url' => array('/'),
					'right' => self::RIGHT_ACCESS_LIBRARIES,
					'items' => array(


#3 Jason

Jason

    Administrator

  • Administrators
  • 716 posts
  • LocationChicago

Posted 22 May 2012 - 08:19 PM

ah ok. Good. Glad to hear it is fixed

Jason Green
Zurmo Team
Need support? Upgrade now






Also tagged with one or more of these keywords: menu, sublevel, visible, 0.6.5

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users