Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

Hello i like how you can add taxonomy to comments now in D7. Im having a few problems though creating a View that will take a tid contextual filter and show the comments in the taxonomy page as a block. Has anyone managed to achieve this?

Thanks

share|improve this question
sorry i should mention that i am fine for showing a block showing comments that are attached to nodes that have the term. This is with Comment: Content relationship and a (Content) Content: Has taxonomy term ID context filter. ah wait a sec......brb – Reg Gordon Apr 26 at 13:44
bah i thought i had it there. i added the realtionship (req) Field: newtag where newtag is the term ref field i added to my comments but this relationship is not available to me when adding the taxonomy term ID context filter. Im still stuck :( – Reg Gordon Apr 26 at 13:51
nope its all working fine. Contextual filters (term from field_newtag) Taxonomy term: Term ID, Relationships Field: newtag - fixed :) – Reg Gordon Apr 26 at 13:56

1 Answer

Add Relationships Field: newtag (whatever your term referance field is called)

Contextual filters (term from field_newtag) (add relationship from above)

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.