I am probably overlooking something, but is there a way of setting the text for the Star labels on mouse hover? I need for readers of a review to get an idea of what the stars represent rather than have them rate the content themselves.

Comments

talatnat’s picture

To explain the above better. The normal Fivestar widget allows one to specify the labels for each star. When one uses Fivestar as a CCK field, the CCK node-creation form has just the Stars, but no way of specifying the labels. If this is the normal behavior, then I'd like to make this a feature request.

jwilson3’s picture

Status: Active » Closed (duplicate)

Marking this as a duplicate of #333059: CCK Star labels

CCK fivestar labels are not yet implemented in current code, but this has already been requested elsewhere. You can patch the fivestar_field.inc file yourself though....

You need to apply the patch in comment #5, and fix the for loop logic mentioned in comment #10 of that thread.