Lets just say, for example, I had a category system set up like this:

-games
--ps3
--rpg
--sports
--xbox
--etc.
--wii
--etc.

Lets say I created a menu item that was http://www.blah.com/games
I want games to show everything within that structure--ps3, xbox, wii, rpg, and sports, etc...

Then I want to create http://www.blah.com/games/ps3
I want that to display everything within the ps3 and its subcategories--rpg and sports

Then I want to create http://www.blah.com/games/ps3/rpg
I want that to display only the items marked as rpg

How would I accomplish this automatically? I believe that currently it must be done with using some term ids or something, but I'm not 100% sure, and if that were true, it would be very difficult as I keep have to going back and locating the term names. Surely this must not be the only way, right?

If anyone can help me out, I would really appreciate it!

I am using Drupal 6 RC4.

Comments

lreid’s picture

this module lets you generate urls automatically for category terms (and other pages)

jimbop’s picture

Have you looked at Taxonomy Menu? Also, you could use Views to list all vocabulary items to a certain depth.

tanoshimi’s picture

If I were you, I'd use Drupal 5.7, not 6RC4 - this is not officially released yet, and most contrib modules (including views and taxonomy_menu mentioned) have not been updated for it yet.