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.

CommentFileSizeAuthor
#4 fivestar.tar_.gz122.92 KBnetbear
dirksonsbadpatch.patch4.8 KBdirkson

Comments

tincorad’s picture

subscribe

ddyrr’s picture

I will take a look too.

dirkson’s picture

Thanks 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.

netbear’s picture

StatusFileSize
new122.92 KB

Hello! 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.

netbear’s picture

Today i had time to test it and it works just fine.

dirkson’s picture

Umm... 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...

netbear’s picture

I 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.

netbear’s picture

By 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.

netbear’s picture

Download my attachment and unpack and put it in the modules directory instead of fivestar directory. That's all.

dirkson’s picture

How very odd. Perhaps something's broken with my drupal. I'll reinstall when I have some time.

quicksketch’s picture

Status: Active » Closed (duplicate)

Please continue the existing thread at #185074: Let users rate on multiple axis, rather than opening a new issue for the same request.