After following this tutorial, I have managed to build an advanced review and rating system.
The review node casts its votes to the reviewed node, and these votes can be displayed via a custom node-theme. Hurray so
far!!
Now I am looking for the next step, displaying these votes in a views. I would like to build a view that can sort the reviewed nodes on different axis by their rating. I have build one here (http://www.zookah.com/topkites)
Only this views doesn't display the votes of the nodes, the value is 'NULL'
Can anybody write some documentation, or point me to documentation on how to build a view like this?? If someone writes good documentation how to do this in the handbook, it worth $50,- by paypal for the writer!! I have follow the lullabot screencast about views and fivestar, but this handles the 'normal' fivestar, not the advanced cck-thingy
Attached to this issue are these three files:
kite.cck_.txt A CCK-export of the reviewed node (node type 'kite')
Kite review and rating.cck_.txt CCK-export of the reviewing node with a reference to the kite-cck (node type 'Kite review and rating')
top_kites.view_.txt A View-export. Just like this view:http://www.zookah.com/topkites This doesn't work as expected.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | Tutorial fivestar cck views.pdf | 33.34 KB | Anonymous (not verified) |
| #2 | FivestarViewsTutorial.txt | 3.2 KB | davedg629 |
| top_kites.view_.txt | 48.62 KB | Anonymous (not verified) | |
| Kite review and rating.cck_.txt | 95.23 KB | Anonymous (not verified) | |
| kite.cck_.txt | 13.45 KB | Anonymous (not verified) |
Comments
Comment #1
Anonymous (not verified) commented$50,- bounty for good documentation on this issue
Comment #2
davedg629 commentedHere is the requested tutorial. Let me know if it satisfies your request. If not I will make revisions to satisfy your needs.
Dave
davedg629@gmail.com
Comment #3
Anonymous (not verified) commentedAfter having a good day in general, you made it a great day!!
You have the right on the bounty. Is that e-mail address you posted linked to you pay-pal account??
Thanks a lot!!
Comment #4
davedg629 commentedno, sorry, the email address that is linked to my paypal account is - davedigi629@hotmail.com - thanks!
Comment #5
Anonymous (not verified) commentedPayment done. Maybe you could add the documentation to the book page??
Comment #6
davedg629 commentedSure, I am relatively new to the drupal.org community. Is it okay to just add things to that page? or should I get it approved by one of the project managers?
Comment #7
quicksketchThanks davedg629! Yes, any one can added or edit any page in the entire Drupal handbook. It would be FANTASTIC if you could add this to the official handbook. You should probably add this as a separate page under the main handbook (http://drupal.org/node/add/book?parent=5498). I was working on adding it but I'm sure what is meant by the introduction: "A simple multi-axis review system can be built following the tutorial located here (see FivestarTutorial.txt)." This page doesn't seem to contain any instructions on how to build a simple multi-axis review system, so if that could be clarified it would be great. Thanks!
Comment #8
Anonymous (not verified) commentedI re-organised the two tutorials into one, and made a PDF of it.
Comment #9
davedg629 commentedYup, good idea, was thinking the same thing about adding the two tutorials together. I will add this to the book page.
Quicksketch: feel free to review and revise the tutorial.
Comment #10
quicksketchIt could use a little polishing yet, but I think it's a great start. Thanks davedg629 for the writeup! Anyone interested can access it under the Fivestar handbook at http://drupal.org/node/457888
Comment #11
talatnat commentedThe Fivestar handbook link is at:
http://drupal.org/handbook/modules/fivestar
and the tutorial is at node:
http://drupal.org/node/457886
Comment #12
quicksketchAh thanks, there was a duplicate node that I deleted, I must have pasted the old URL. Thanks for the update.
Comment #14
BeaPower commentedhelped me, thanks!