Closed (fixed)
Project:
Taxonomy Browser
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
6 Mar 2008 at 22:50 UTC
Updated:
22 Mar 2008 at 16:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
nancydruIf you add an "all" on the end of a taxonomy/term/xx URL (i.e. "taxonomy/term/xx/all") it should get all child terms for that term. But it sounds more like you want something like "taxonomy/vocabulary/xx". I thought there were modules out there that did that, but I couldn't locate them. Certainly I know how to do this; I'm just not sure where to put it. The most logical place would be in the TIDbits module that I am still developing. (You can get some idea of what might be in it at http://nanwich.info/drupal_collection/taxonomy_snippets).
As far as the scope choice, you would actually want "any" - meaning any of the chosen terms. Specifying "all" would probably result in no records found, as it means "nodes having terms 1 and 2 and 3 and 4...". If you disable the Node Type Filter, the content type choice would go away.
Comment #2
askttt commentedI'm not sure I communicated my intentions well so I've attached a screenshot.
Comment #3
nancydruTurn off Node Type Filter, and "all" will happen automatically. Content type of "all" means everything, including "Tour Company" (but also, story, page, etc.).
Next go into your theme's style.css and add:
Comment #4
askttt commentedOn "Content Type" I only want "Tour Company"
On "Items Containing I want "ALL"
Comment #5
nancydruOh. "Items containing will default to "all," so that's not a problem.
The other part, hmmmm.
Comment #6
nancydruThere should be a new 6.x-1.x-dev version rolling out in an hour. Try it first yourself, please, so you can see if it looks right. Then add this to your CSS.
Comment #7
askttt commentedThank you!
Comment #8
nancydruI assume that means it does what you wanted?
Comment #9
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.