When I first attempted to use this module, I tried to create a view using of the "Term" type, which seemed the intuitive thing to me. I later figured out that this wouldn't work, but the changes required to work with the Term type of view are simple, so I've attached a patch to do so.
| Comment | File | Size | Author |
|---|---|---|---|
| tagadelic_views_term_support.patch | 1.94 KB | elyobo |
Comments
Comment #1
elyobo commentedBump. Thoughts?
Comment #2
logii commentedIt's working fine for me. Using your patch to narrow down the vocabulary and then the usual views filter for node-type.
Just a small input, It'll be better if "Vocabs to use.:" takes in vocab-id / term-id
Other then that, Kudos!
Comment #3
summit commentedHi, Will this patch be committed please?
What do I have to set for vocabs to use?
Thanks for considering this!
Greetings, Martijn
Comment #4
logii commentedUse the exact vocab name (case sensitive)
Comment #5
summit commentedThanks, it worked!!
greetings, Martijn
Comment #6
indytechcook commentedCommitted: http://drupal.org/cvs?commit=383598
Thanks!