Hi guys!!
I'm using Drupal 5.1.X, CCK 1.5, Firestar 1.5 Views 1.6.X.
I 'm looking for show Fivestar node in teaser or in a templete. I use the following code :
$fivestar_class=fivestar_widget_form($nodo_pasado);
print $fivestar_class;
I tell you I've changed the number of stars to I can use 25 stars.
So the output don't use the "star" class in spite of "form-radio".
I setup the type when I use fivestar as :
-Five Star display style ---> Stars and average
-Widget location ---> Bellow the teaser and bellow de body
Thanks for all. Excuse my poor english.
Here is the output code captured.
-------------------------------------------------------------------------------------------
"
-------------------------------------------------------------------------------------------
Regards.
Ricardo.
Comments
Comment #1
brqx commentedComment #2
quicksketchThis has been fixed in http://drupal.org/node/128757. It'll be included in the 1.6 version of fivestar. The problem was the necessary javascript wasn't being added to the page. It'll be automatically added now whenever you have a #type = 'fivestar' form element.