Closed (outdated)
Project:
Views (for Drupal 7)
Version:
7.x-3.3
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 May 2012 at 15:24 UTC
Updated:
1 Aug 2017 at 14:31 UTC
Jump to comment: Most recent
Comments
Comment #1
dawehnerHave a look at the similarterms module for that: http://drupal.org/project/similarterms
Comment #2
pacome commentedThank you for the advice, but I already had a look at Similarterms, and it is not useful in this case :
-it works only on node pages and not on a view page
-we can't define what is displayed (only title, not even a possibility to display teasers..)
I also gave a try to most of (all?) the "related content" like-modules, and they all works on a node page but not on a view page..
Maybe a solution would be to use a right PHP command in the related-posts view argument ?
Regards
-P-
Comment #3
damiankloip commentedIf similarterms works on nodes, can't you create a view mode for the node to display the fields/formatting you want. Then use views to display those?
Comment #4
robhoward79 commentedI have a similar problem. I need to somehow display content with similar tags to the items displayed on a view page. All the solutions I've found only seem to help with comparisons to a single node...
Comment #5
pacome commentedHello damiankloip,
thanks, but I think it's not the solution because I'm not looking for a specific formatting, but to display the "current" node, based on the date field datas. And the way I know to filter nodes based on the date value is with Views...
But maybe there is another way to display the current node ?
Regards
-p-
Comment #6
nmc commentedI wrote a guide on how to create a view of related/similar nodes on my blog. Hopefully it's a good starting point and you can modify it to your needs. See http://nmc-codes.blogspot.com/2012/07/list-relatedsimilar-nodes-using-vi...
Comment #7
pacome commentedHello nmc,
thank you for your guide, it is well done !
But I already now how to create a list a related post for a node page..
What I don't manage to create is a list of related post of a view page.
Do you have any idea for that ?
@robhoward79 : could you find any solution for that ?
Regards
-p-
Comment #8
nmc commented@pacome, you may be able to do this if your taxonomy ID or term name is in the URL of your Page view. Your Block view can use the contextual filter and provide a default value of type
Raw value from URL. I've not tested this as yet but theoretically, I think this should work.Comment #9
mustanggb commented