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

marcus7777’s picture

hi Jakob,
I am working on this too. if i find a answer I'll share it here.
all the best
Marcus

hferree’s picture

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?

Sinan Erdem’s picture