Creating A Horizontal Suckerfish Taxonomy Menu The Easy Way Without Coding
In the previous article we used javascript, Php, Html and Css to create a drupal suckerfish taxonomy menu, but there is a way to do it without the coding using two modules.
The modules you need are Taxonomy Menu and Nice Menus which can be downloaded from Drupal.org.
Create a new menu from the admin/build/menu area. Then open your taxonomy at admin/content/taxonomy and assign it to the menu you just created. Now we need to place the nice menu block in place and assign the menu to it.
Open admin/build/block and choose the Nice Menu X menu and place it where you want the menu to display on your website and save.
The last thing to do is open that block with the configure link and choose the menu from the menu dropdown box.
Once you save again your vertical or horizontal suckerfish taxonomy menu should be in place and working.
To see how to do this with some code you could read this article How To Create A Drupal 6.x Horizontal SuckerFish Menu From A Taxonomy Tutorial Video
- Add new comment
- 553 reads
Comments
2 comments postedGreat tutorial!
Is there anyway to remove the title for the Sucker Menu so that the entire div tag lies only on one line?
Not entirely sure what you mean but in the nice menus block in the configurations where it asks for a title use with the greater than and less than signs it should take the title away for you.