When having organic groups, the "Groups" menu option has a + sign in front but has nothing to expand.
Or is this just a drupal behaviour? Because the standard menu treats the menu option the same way (with an expand icon).

Comments

PixelClever’s picture

Project: JQuery menu » Organic Groups
Version: 6.x-1.9 » 6.x-1.1
Component: Miscellaneous » og.module
Status: Active » Closed (duplicate)

This is due to the way that the Groups sublinks are generated programmatically without assigning titles to the links. It has the same behavior on the default drupal menus, though it is slightly less noticeable since it is only a triangle to the left rather that a plus sign. I have filed an issue report for this on the OG issue queue. http://drupal.org/node/364972.

PixelClever’s picture

Component: og.module » Og Views
PixelClever’s picture

Project: Organic Groups » JQuery menu
Component: Og Views » Code
Category: support » bug
Status: Closed (duplicate) » Fixed

Moved this back to JQuery menu queue so people will know. This doesn't change the fact that OG menu was sending incorrect information, but I wrote a safeguard to check against empty menus because I had found other situations where this was occurring.
The fix is in version 2.2.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Arjean-1’s picture

Also works for other modules with false information indeed (privatemsg).
Works nice, well done.