I have a pretty standard site with story and book nodes.
I've used CCT to create a new node type called Library to store information about books in a small library. This node containt a title, author, publisher, year etc all as text fields. (Thus it is not to be confused with the book nodetype, even if it is used to store info about physical books :-)
I've also created a taxonomy vocabulary called Library_subject, which has a number of words associated: Anatomy, Pathology, Research etc. This vocabulary is only related with my new Library node type (i.e not story, book etc).
Thus, I can create a library-node for each physical book in my library with the aforementioned data and associate it with a subject using the category (vocabulary) term.
Now, I would like to be able to browse the Library nodes by the taxonomy - kinda like the usual taxonomy browser, but only for the Library nodes. A page with a simple dropdown list of Library_subject words to choose from.
The standard taxonomy browser lets me choose which vocabularies to be included so I could easily just exclude all vocabularies except the Library_subject, but as there is only one taxonomy browser I would then loose the ability to browse my Story and Book nodes.
Essentially I need two (or more) taxonomy browsers.
Is this possible? I've searched Drupal and come up short ...
Kind regards
Soren - Denmark