By fouadbajwas on
I have continuously read about the taxonomy features but have never understood it, dummy me, but is there anyone who can help explain all this in simple english, for example:
I want to create the following menu with a taxonomy, how do i do it:
Main Introduction
-----------------------
-About
-News
--Events
-Investors
-Team Members
--Team Member A
--Team Member B
--Team Member C
--Team Member D
--Team Member E
--Team Member F
Main Products
------------------
-Hardware
--Servers
---DELL
---HP
-----HP N-CLASS Series
-----HP J-CLASS Series
--Modems
---Conexant
---US Robotics
----External
----Internal
Comments
Categories module
Hi,
I had the same problem. I solved it using the categories module. It may take some time to understand, but its definitevely worth.
regards,
Michael
taxonomy_menu and nice_menus
I have good experiences using taxonomy_menu with or without nice_menus. It is good to keep in mind that menus and taxonomy are not the same thing. Taxonomy is a classification system, while menu is a navigation system. Both can overlap in modules like taxonomy_menu, which in fact work very very confusing. A menu can point to one node, or it can point to a taxonomy listing of node teasers. Recently I discovered that:
You can add nice_menu, when you want to give the user a faster way to navigate through your site. Advantage of nice_menu is that search engines' robots have no problems indexing your navigation tree.
I hope this helps you.