Hi everybody,
I am working on drupal 7 with menu items. I successfully used "superfish menu" on main menu.
a menu item is like that:
front
current flow is that: when i click front i show secondary menu to user -in the content independently from main menu-, when user click a secondary menu item i show tertiary menu items to user.(tertiary menu items printed to screen independently under the secondary menu)
example :
*secondary menu*
*tertiary menu*
--------------------------------------------------------------------------------------------------------------
problem is that : how can i print secondary menu items with tertiary menu items like "superfish"
example : (which i want to do)
*secondary menu*
note :
* i am changing blue master theme, i also add tertiary menu function to my template.php file, but it work independently as i mentioned above in the current flow part
*i also looked at the post >> http://drupal.org/node/86890#comment-869241