Download & Extend

Drop Down Menus i.e. Nice Menu

Project:OG Menu
Version:6.x-2.4
Component:User interface
Category:support request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

Is there an existing way to integrate Nice Menu into the OG Menu?
Or any existing Drupal module for drop down menus.

If not, is this something that is possible to integrate?
I'm going to start looking at the module to determine where and how, but any thoughts would be appreciated.

peace,
michael

Comments

#1

My solution is to duplicate the OG Single block that is part of OG Menu.
The block calls theme_block, which I switched to call theme_nice_menu
eg. changed this ... $content .= theme('block', $block);
to this ... $nice_menu = theme('nice_menu', $delta, $menu['menu_name'], $mlid, 'down');

this fits with what we need to do /today/
but how would this be integrated to optionally display with nicemenu?
at this point I'm just curious to see if anyone else would have a need for this implementation.
... and how would it best be accomplished.

peace,
michael

nobody click here