Is it possible to take multiple taxonomy terms from a term reference field that is part of a node?
I am trying to set up a pane which appears on each page of my site to host logo images which are tagged. Each page of the site only needs certain logos depending on the content displayed. All pages on the site have a Term Reference (field_tax_tags) field.
Logo content type:
Title
Term Reference (field_tax_tags)
Image (field_logo)
Logo View:
Filter criteria - Content: Type (= Logo)
Fields - Content: Logo
Contextual filters - Fields: field_tax_tags - tid ("Allow multiple values" checked)
View arguments - From context, Term ID of all term separated by + or ,
From here I do not know what to do. Through experimentation though the views and panels I have been able to show one logo and I have been able to show all logos by checking the "Context is optional" option in the view arguments.
Can any one confirm that what I am trying to is possible through views/panels/ctools?
If it is, can someone give me guidence on how to make it work for me?
Thanks.
Comments
Comment #1
Letharion commentedHello!
Unfortunately, this issue has remained open, without activity, for a very long time. I hope you can understand that between maintaining the module, work, and other obligations, the maintainers are very busy. This leads to not all issues being answered.
In order to figure out who still actually needs help, I'm going over all low activity support requests that has not been touched for 6 months, and marking them "Postponed, needs info". In many cases, I expect the question to already have been answered, or become obsolete.
If you still care for this issue, please just reset it's status to active, and we'll try to help you. Please remember to post any new information that may be relevant, such as new versions of Panels that you are using, or own attempts at debugging.
Regards, Letharion
Comment #2
Letharion commentedA month has passed, and I'm going over the issue queue ones more. Some issues have been closed for other reasons, some re-opened, but this issue has remained silent for the past month.
Because of this, I'm doing a bulk close of a number off issues. I'm sorry that it happened this way, but the issue queue has had to few contributors, and to many questions.
Again, as said in the previous comment, feel free to re-open the issue by setting it to active, if you still need help.
Regards, Letharion.
Comment #3
5n00py commentedI have very similar issue.
I have this:
- Node type with reference to commerce product.
- Commerce product with taxonomy field (multiple).
- View, that handle multiple tids from argument.
- Panel with relation to product from node.
I want to add view to panel and send multiple terms from product relation.
Now i can add term relation only for one term value from field.
At this moment it's possible only with node. ("multiple terms from node" relation).
I need same relation, but for commerce product relation (or another entity bundle).
Sorry if this is fixed issue on dev release/git or duplicate.