By spyke100 on
Is there any way to get a list of Nodes in a certain taxonomy?
I would like to do this with views, but the problem is I have to create a block for each Term in the vocabulary, and approximately 80 (and growing). Something similar to the "taxonomy_term" view, but as a block and dynamically.
So if anyone can gimme instructions/ recommendations on how to approach this please do. Any and all suggestions will be greatly appreciated.
Thank you in advance
Comments
You can probably due want
You can probably due want you want, the question is how would you want to determine which term id to show in the block?
Pick the first Term in the
Pick the first Term in the Current node and show all other "nodes" in this term.
Ok, make a new view and have
Ok, make a new view and have it list content in the way you want, I used a view with a style of unformatted and row style of fields and pick 'Node: Title' as the only field (I also cleared the label for the field). I then added two arguments
Argument 1: Node: Nid
Argument 2: Taxonomy: Term
Add a block display. save the view and add the block to the region where you want it to display.
Once again, thank you very
Once again, thank you very much. It worked.
nevets you rock!
I've had a bit of a block using arguments in Views 2 and this post made much clear to me, and I am using the insights with great success!
thank you nevets, very very helpful
---
Stella Gassaway
principal
STELLARViSIONs : communication architects
http://www.stellarvisions.com
We design culture-driven tools™
that shape how information is
organized, displayed, shared, and
experienced to reflect core values.
---
Stella Gassaway
principal
stellarvisions : communication architects
http://www.stellarvisions.com
We design culture-driven tools™
that shape how information is
organized, displayed, shared, and
experienced.
Is there a way to show ALL nodes, not just OTHER nodes?
This works great for me but for my purposes I would like to show all nodes, including the current one, if that is possible.
I tried to see if I could figure out how to do this but it is beyond me I'm afraid. Any help greatly appreciated.
thanks!
---
Stella Gassaway
principal
STELLARViSIONs : communication architects
http://www.stellarvisions.com
We design culture-driven tools™
that shape how information is
organized, displayed, shared, and
experienced to reflect core values.
---
Stella Gassaway
principal
stellarvisions : communication architects
http://www.stellarvisions.com
We design culture-driven tools™
that shape how information is
organized, displayed, shared, and
experienced.
I think all you need to do
I think all you need to do is uncheck "Exclude the argument"
then only the current one shows. . .
I thought that as well, but when I do it the rest of the list disappears and i only have the current node listed. hmmm.
any other info you need?
---
Stella Gassaway
principal
STELLARViSIONs : communication architects
http://www.stellarvisions.com
We design culture-driven tools™
that shape how information is
organized, displayed, shared, and
experienced to reflect core values.
---
Stella Gassaway
principal
stellarvisions : communication architects
http://www.stellarvisions.com
We design culture-driven tools™
that shape how information is
organized, displayed, shared, and
experienced.
Ok,remove argument 1 and
Ok,remove argument 1 and change the PHP for argument 2 to
If you want this for only one content type try
worked like a charm! many
worked like a charm!
many thanks.
---
Stella Gassaway
---
Stella Gassaway
principal
stellarvisions : communication architects
http://www.stellarvisions.com
We design culture-driven tools™
that shape how information is
organized, displayed, shared, and
experienced.