I have a view that lists all my products and works great with a taxonomy term argument - sadly it doesn't seem to work when used with viewfiled. Is there any way that I can get this to work in viewfield? Ideally the argument will result in only the products with the same taxonomy term (or ID) being shown on a page with the same term i.e. only products with taxonomy term "purple" will display on a page with taxonomy term "purple".

CommentFileSizeAuthor
#3 field-tags-tokens.png71.13 KBkeithm

Comments

Enzomaticus’s picture

For anyone who has a similar need, I've just found the Views Node Taxonomy Filter module (vntf). It works perfectly - I can't believe such a requested feature has an existing module flying under the radar like that.

keithm’s picture

Version: 6.x-1.0 » 7.x-2.x-dev

Looks like you found a solution for D6. In Drupal 7, tokens associated with the fields in the current node (including taxonomy terms) are planned to be supported by the token module. At the moment you can apply a patch to get the field-level tokens.

keithm’s picture

StatusFileSize
new71.13 KB

Here's a screen shot. Looks pretty impressive.

jerdavis’s picture

Issue summary: View changes
Status: Active » Closed (outdated)