By kabaman on
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
Just thinking out loud, any
Just thinking out loud, any chance you have JavaScript disabled in your browser?
Pimp your Drupal 8 Toolbar - make it badass.
Adaptivetheme - theming system for people who don't code.
no. i am using firefox 2.
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
When you're in the fivestar
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
Pimp your Drupal 8 Toolbar - make it badass.
Adaptivetheme - theming system for people who don't code.
ok. found the problem the
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