Anyone know a tutorial implementing Accordion Menu (http://drupal.org/project/accordion_menu) module on the frontend?
Can this module be at all used on the frontend to achieve this feature?

Thanks!

Comments

shadcn’s picture

  1. Download and install the accordion module and the jquery_ui module. http://drupal.org/project/jquery_ui
  2. After you enable both modules on your site, you can go to "Site Configuration -> Accordion Menu Setting". Then you need to select which menu that you want to show as accordion menu.
  3. You can now go to Site Building -> Blocks, then enable your accordion menu. By placing a menu block in a region, the menu will show in the front end.
drupalts’s picture

Thanks for the instructions. I could install the module but did not know if it can be used in the frontend. Shall try again!

simnav’s picture

I follow your steps.
1)first step: fine
2) Second: I enable the modules and then under site configuration -> accordion menu settings there is no option to select the which menu i want to accordion. There is only show the input box which mentioned below line

Number of menu blocks: 0-99 (I enter 0)
Enter the number of accordion menu blocks to create (0-99). The accordion menu theme functions may be called by another module or theme even if no blocks are created.

i want to add the accordion menu to the main menu which shows on the left sidebar in front end.