I want to start out by saying that I only have a vague idea what I'm doing, but I'm attempting to help.
I've done my best to update the multiaxis patch listed here ( http://drupal.org/node/185074#comment-766217 ) to work with the Fivestar 6.x-1.12 . Through a massive amount of trial error, I've got it displaying the widget correctly, but I cannot make it display the number of votes, and I am not sure it is saving correctly.
Checking the votingapi_cache and votingapi_vote tables in the database, both appear empty; I'm not sure if that's where the votes supposed to be stored, though.
Any help would be appreciated.
Comments
Comment #1
tincorad commentedsubscribe
Comment #2
ddyrr commentedI will take a look too.
Comment #3
dirkson commentedThanks to anyone who's taking a look at this. My php skills are pretty bad, and I think I've really reached the limit of anything I'll be able to do with this.
Comment #4
netbear commentedHello! I've just applied patch given for drupal-5 to drupal-6. But had no time to test it. I attach the whole patched module if someone has time to test it.
Comment #5
netbear commentedToday i had time to test it and it works just fine.
Comment #6
dirkson commentedUmm... What's your definition of "works just fine"? I can click the votes just fine, but I can never make it actually display the results...
Comment #7
netbear commentedI looked into tables votingapi_vote and votingapi_cache and results are there with tags i defined. And you wrote before that your tables were empty. So now everything is stored correctly.
Comment #8
netbear commentedBy the way i checked now the results and they are also seen on all the widgets- the count of votes and average for each tag- so everything works as needed.
Comment #9
netbear commentedDownload my attachment and unpack and put it in the modules directory instead of fivestar directory. That's all.
Comment #10
dirkson commentedHow very odd. Perhaps something's broken with my drupal. I'll reinstall when I have some time.
Comment #11
quicksketchPlease continue the existing thread at #185074: Let users rate on multiple axis, rather than opening a new issue for the same request.