I've setup Fivestar for comments using the required rating setting. This is working perfectly fine as i can see the average rating on the parent node, but now i want to display the casted vote alongside the comment. This seems not to be possible (at least not the easy way).
What i've done untill now:
- Setting up view of type comment
- Adding relationship Comment: Node (get the parent node)
- Adding argument Node: Nid with relationship Node (only get comments of a specific node)
- Adding relationship Node: Votes (we want seperate vote values, not the node's average)
- Adding field Votes: value with relationship Votes
I can see the different votes, but all comments now show as duplicates and i can't seem to figure out how to fix this. Using distinct it will show the comments correctly, but then the vote value is always the same (last casted vote?). Any help would be appreciated.
Comments
Comment #1
dpearcefl commentedI'm having the same problem. Is there any news on t his issue?
Comment #2
whiteph commentedSorry, Drupal 6 is end of life, and is no longer supported.