By bardkerbie on
$50 via PayPal for the first person who can successfully write clear documentation detailing how to take 2 or more Fivestar CCK fields on a single node and register their values with the VotingAPI. Documentation will be provided back to the community. Claim the bounty by emailing me a text file with your documentation.
Comments
Updates?
Did you ever find anything out?
txcrew
Hmmm
I could use this too. In fact, I suspect I'm going to end up writing it when I work out how to do this! I'll let you know. =)
--
https://www.codeenigma.com/
Post in Handbook!
I'd appreciate someone undertaking this documentation task (I'm a maintainer of Fivestar). Write this documentation directly on Drupal.org! I've setup a Fivestar documentation page at http://drupal.org/node/234388. Please write the tutorial as a child-page.
Nathan Haug
creative graphic design w: quicksketch.org
& software development e: nate@quicksketch.org
Tutorial written! Please
Tutorial written! Please review! http://drupal.org/node/234681
--
https://www.codeenigma.com/
is it possible to do this with cck +fivestar +voting api only?
is nodecomments necessary?
can this be done with nodereview? can a tutorial be provided?
Not by me
I only use nodecomment because I like to have my comments as nodes. Any other way sucks, IMHO. =)
--
http://www.drupaler.co.uk/
--
https://www.codeenigma.com/
but there are disadvantages to that, i believe
let's say you want to have comments to your node, AND a review.
also, users have a link to "add comment" (or anything else) to your review, and it is registered as a reply to the review node, instead of a comment of the original node.
hmm... and perhaps other disadvantages?
interested in implementing drupal in the medical world. contact me if you have ideas or services in that field.
Firstly, that might be
Firstly, that might be desired.
And if it isn't, disable comments on the review content type and use hook_link_alter to add an "Add comment" link to your reviews which link to a new comment on the original node. No problem there at all. It would take 5 minutes!
So no, no "disadvantages" there.
--
http://www.drupaler.co.uk/
--
https://www.codeenigma.com/
thanks, i am not familiar with hook_linlk_alter
can you point me to any tutorial on the matter, other than http://api.drupal.org/api/function/hook_link_alter/5 ?
don't what to mess around ith the code without good support
thanks
Search your application
Search your Drupal modules for the text '_link_alter' and see how others use it - that is always the best way to learn new hooks. Not sure how it works? Find an example implementation. There are *loads* of examples already on your HDD. =)
--
http://www.drupaler.co.uk/
--
https://www.codeenigma.com/