I have a site that has voting on the front page node, and I need to update a view on the same node after each vote. I\'m currently using the following code in my page.tpl.php
I\'m using FiveStars mo开发者_开发技巧dule and I\'m modifying the code. I need to get the last vote of a user for a specific node.
How would I be able to use the Drupal Fivestar voting module for voting on photos in a gallery without each photo being a separate node. I\'ve 开发者_运维问答used the Fivestar module for voting on sep
I\'m using fivestar 1.19 with voting axis. I believe the default fivestar block/fivestar function uses only the default \'vote\' tag.