this is a small patch to the taxonomy module only.
it allows a user to create node listings of taxonomy terms of a certan content type.
for instance, if you call taxonomy/term/18/all/page/blog, it will return a list of all nodes of type 'blog' in the taxonomy category of 18 (+ terms below it in the hierarchy).
currently, the only way to show terms in only one category is to use this format: taxonomy/term/17//page/flexinode-6
this is probably not the most elegant way to do it, but i think it is an interesting feature.
i am not setting the status to patch yet, because i am aware that this needs some more help before going into core (if it ever gets there).
erik
| Comment | File | Size | Author |
|---|---|---|---|
| taxonomy_listing_content_type.patch | 4.45 KB | erikhopp |
Comments
Comment #1
nedjo+1 to the functionality. This is one of several useful directions to leverage the power of the taxonomy system to enable fine-tuned control over content display; others include node weighing, node sort order in categories, and term description display.
This functionality will be useful for a module I'm working on that displays local food producers/venders. By default I'd like to be able to display only the farms for a particular commodity (for which I'm using categories, e.g., carrots) but I'm also assigning other content types to that category (e.g., recipes featuring carrots).
Comment #2
robclay commentedDid this make it into Drupal 4.5.1 or 4.5.2?
If so - what is the correct nomenclature?
Thanks!
Comment #3
(not verified) commentedThis hasn't been committed to core, no. Feel free to apply the supplied patch if you need it.
Comment #4
bomarmonk commentedI would think that this should be added to core-- I'm having a hard time finding any other way to do this, and this seems like a needed feature (it is necessary for the site I'm working on). Any luck getting an update of this for 4.6?
Comment #5
bomarmonk commentedI'm not positive, so I'll ask: does this provide the same functionality of the "node-type-filter" module? Or is there a difference? Node-type-filter seems to return links to taxonomy terms, not the node titles (If I'm using it correctly-- Drupal 4.6 compatibility may be an issue).
Comment #6
ricabrantes commentedbump..
Comment #7
ricabrantes commentedComment #8
summit commentedSubscribing, greetings, Martijn
Comment #9
catchObsolete due to field API, also better handled by views.