I just upgraded FIVESTAR (and I'm using Drupal 7) ... I noticed right away that star images reverted back to the default view (which I didn't want). So, I went to admin/config/content/fivestar to change the star images in the widget ... but they weren't available anymore. Just the tag field was there.

I also tried going to the module page, and clicking CONFIGURE for the FIVESTAR module. That showed me the same thing as the config screen. Where did the widget go?

Also, if you look at my article page with the widget...
http://ourshift.org/articles/enlightenment-and-body-light
... click on the stars to vote. You'll see a quick PLEASE WAIT loading message appear to the left of the stars. The text is squished onto two lines, and the stars move right when it loads. Before the loading message appeared BELOW the star rating.
Was this because the widget that is being used (and will be fixed once I change the widget/star style)?

Let me know. Thanks.

Comments

ericduran’s picture

Category: bug » support

Hey, The widget styles can be configure on the display settings for the content type.

Regarding the "please wait" text this is happening because we switch from cutom js to using the ajax framework in d7. we'll be Fixing the jumping around real soon.

jabbamonkey’s picture

Cool. Let me know when it's fixed. The "please wait" text breaking to two lines occurs on Chrome and Firefox. No issue with IE (although, it still appears to the left of the stars, and moved the stars to the right, which seems odd)

ericduran’s picture

Title: UPGRADE - User Rate ... looks bad. Loading is squished » Implement custom progress, Instead of default drupal Please Wait.
Category: support » feature
motin’s picture

Hopefully, it will be possible to get back the functionality from the Drupal 6 version, ie make it possible to again have the following status messages while the ajax request is being performed:
'feedbackSavingVote' => t('Saving your vote...'),
'feedbackDeletingVote' => t('Deleting your vote...'),

hk0023’s picture

subscribing...