Hello,
i don't know if it's a Fivestar bug or a Views bug... anyway...
I have a content type with a field named "vote" associated to a "Star (vote while editing)" field. I'm using the modules Fivestar and Voting API to handle the voting process.
I can correctly see the fivestar widget in the editing page, and i can correctly use it to vote the node.
I can also correctly see the right number of colored stars in the node's page, BUT on the Views block i created (with php contextual filters) it seems that it doesn't recognize the vote, as it shows up as if no votes were cast. (all the stars are greyed, and the text says 0/5 instead of the actual vote).
If i go to the Node EDIT page, the widget on the view block on the sidebar still works perfectly.
Any ideas? How can i debug i further to see where's the problem?
Thanks!
Comments
Comment #1
Sifro commentedComment #2
dawehnerThis seems to be more a fivestar problem instead of views.
In general i would recommend you to export the view so at least it is a bit easier to understand exactly what you did.
Comment #3
Sifro commentedOH yes, i should export the view... here it is:
Comment #4
Sifro commentedComment #5
Sifro commentedplease don't leave me alone on this.. i have no ideas to go on with the debugging
Comment #6
Sifro commentedTrying to move to the Voting API issues queue, maybe i'll be luckier here.
Also, i want to specify that these nodes have 4 voting fields, with 4 corresponding voting tags.
In the exported view, you can see:
- field_votoutenti
A rate-while-viewing widget that allows users to vote a node... works fine
- field_votogameplay, field_votocommunity and field_votografica
The 3 rate-while-editing fields, associated to 3 corresponding voting tags, that are having problems on the views block.
I think that the most helpful thing to start investigating is this:
"If i go to the Node EDIT page, the widget in the view block on the sidebar still works perfectly, while on the public node VIEW page, it doesn't."
Comment #7
Sifro commented