Oke, I have a problem building a view using Node-reference and Voting API.
I will explain.
I have two content types; 'Album' and 'Album-review'
Album has cck files like singer, genre, date of release. etc.
Album-review has a node-reference view to 'Album' and a lot off 'fivestar rating' cck fields. Think of thes fiels as 'quality of singer', 'quality of the band' 'quality of recording', 'quality of booklet'
This way all visitors of my site can post a Album-review. Nice, drupal Rocks!!
Oke, now I want to build a view;
I want an overview of all 'Albums', on one axis, and the Average fivestar rating of all 'Album-review' cck fields on the other.
After a few days of trying I am close, but I have no cigar yet.
Setting up the Filter as Node-type 'Album-review' I get all the filed I want, but I can't get an average of the five-star rating, it displays al individual 'Album-reviews'
Setting up the filter as node-type 'Album' I can't get the review fileds to display. I have set the relation to 'Album-review' as required.
Can someone shine a little light on this issue please??
p.s. I will cross-post this in the votingAPI issue as well..
Comments
Comment #1
dawehnerok, but what should views do here?
views does not handle cck and also not the votingAPI integration
Comment #2
esmerel commentedNo response to request for more info.
Comment #3
shiolo commentedI have the same problem, could someone help you spoetnik?