I have a taxonomy vocabulary of universities with their parent states. I then added this taxonomy field to the user profile so I could indicate what university the person was from. I’m trying to get this taxonomy vocabulary to display in an jump menu in a view (Drupal 7, Views 3) and honor the parent hierarchy, but the child/parent relationship is not being honored. This is how my jump list looks:
California University of Georgia --Joe --Mary Georgia University of California --Mike --Jill
I’d like it to look like this:
California --University of California ----Mike ----Jill Georgia --University of Georgia ----Joe ----Mary
I’ve read many possible solutions that suggest to add, “Taxonomy: Terms on node,” but I don’t even see that as an option. Any help would be greatly appreciated.