fivestar

How to sort a view using Drupal Fivestar average ratings?

I am using Drupal 6.13, Views 6.x-2.6, Voting API 6.x-2.3, Fivestar 6.x-1.18. I have a content type with field of type Fivestar Rating. I have a view where my intention is to list all of the nodes with this content type sorted in descending order by the overall average rating. The view is working in that it is showing the correct info...

Drupal: Fivestar Block with voting axis

I'm using fivestar 1.19 with voting axis. I believe the default fivestar block/fivestar function uses only the default 'vote' tag. fivestar_widget_form($node) I need to pass my custom fivestar tag to the function. Attempting to follow the answer below: For me $object is $node. <?php function custom_fivestar_widget ($object) {...

Drupal - building a photo gallery for voting with Fivestar voting module.

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 seperate nodes, but making each photo in a gallery a node doeasn't seem logical. thanks ...

How well Users Points Voting API works with FiveStars module

hi, I'm using "Users Points Voting API" module to combine "User Points" module and "Fivestar" module. It works, but not as expected. When an user rate a post, the author gains N points. If an user removes its vote, the author loses the N points. N is a fixed number (I set it in the settings). It is fixed, and not related to the number...

Where is the last vote stored?

hi, I'm using FiveStars module and I'm modifying the code. I need to get the last vote of a user for a specific node. I'm sure that the module stores it, because it displays the stars the user previously selected, when he logs in and re-visits the node. But I'm not able to find this in the code. (I only found the average vote for a no...

Drupal: Inserting fivestar widget in an external php file

Hello, I have been trying to load fivestar module and show the rating widget of the selected node in an external php file. I have gotten the rating widget displayed on the page but it only displays degraded version of the widget (non-JavaScript, dropdown widget and "Rate" button) I looked into the source code of the page but the javascr...