i installed the fivestar 5.x-1.5 module and the Voting APi 5.x-1.5
in drupal 5.1 with the standard garland theme

in contenttype menu for story and the 'image module' i activated the five star rating CCK field,
i set the number of stars to 5,
fivestar display style is = stars and average,
widget location (teaser) = below the teaser body,
widget location full node = below the node body

i can rate nodes - so it works but only with radiobuttons and an standard html submit button
no ajax and no pictures with stars are showing up

what am i missing ?

Comments

Jeff Burnz’s picture

Just thinking out loud, any chance you have JavaScript disabled in your browser?

kabaman’s picture

no. i am using firefox 2. with javascript, cookies, plugins enabled
its also the same in opera 9.2

maybe i should mention that drupal is running local on my windows machine in xampp 1.5.5

thank you for the reply

Jeff Burnz’s picture

When you're in the fivestar field configuration screen, and you open the 'Defualt setting' collasped field, does the widget work there?

Just double check the jquery.rating.js is in the fivestar directory.

www.sitespring.eu

kabaman’s picture

ok. found the problem

the fivestar module has a problem with the lightbox2 module
propably because the lightbox2 css is loaded after the css of fivestar

thanx for helping