By 205 CTT on
How is it possible to have a view that lists nodes with the same terms as the current node displayed?
The module relatedviews could be the answer, but is not working.
Then maybe handled manually by the arguments in the view module. But how is this done?
Could someone guide me how this would be possible.
I have several terms related to one content type and all of them are terms that it need to filter between.
Any help is much appriciated
Jakob
Comments
me too
hi Jakob,
I am working on this too. if i find a answer I'll share it here.
all the best
Marcus
Have you tried view filters?
View Filters allow you to sort between one or more taxonomy terms and you can specify the location that you want it to show up. Might be easier to use Views from the start. Would an argument on node: type allow you to sort by the specific content type that you want?
views related content
Check this article:
http://drupaleasy.com/blogs/ryanprice/2008/06/using-views-2-drupal-6-cre...
Sinan