Hi there,
I have a site that has the following --
1. Sports -- these are defined in Taxonomy by me (Baseball, Softball).
2. Divisions -- these are catalogs that are children of sports (Majors, Minors, T-Ball).
3. Teams -- also a catalog, belong to a division. (Baseball -> Minors -> Braves, Softball -> Majors -> Orioles).
When defining a team, I want to be able to choose a division. The problem is, division names can and do overlap between the two sports. So there's a Baseball -> Majors and a Softball -> Majors, for example.
I'd like to be able to do one of two things --
1. Group the select box by sport, i.e.
Baseball
- Majors
- Minors
- Juniors
- Rookies
- T-Ball
Softball
- Seniors
- Majors
- Minors
- Juniors
- T-Ball
- or - 2. Allow them to choose a sport first, then filter the list of divisions by the chosen sport.
So far I haven't been able to figure either out. I've tried playing with the "parent filter" and various view options, but I could not get it working.
Would anyone perhaps have any tips on where I need to look (or maybe it isn't possible, which is cool too).
Thanks!
Bookmarks