I started to use the fivestar module with the Views module - great integration, I'll admit. Neat. However, one minor discrepancy I found was that there needs to be a layout change in the function "theme_fivestar_static()".

Basically, after the last star is output, there should be a span/div output with the CSS style of "clear: both;" to ensure that the next line doesn't wrap up beside the stars. I would suggest adding a span with a specific class name - and putting the style changes in the fivestar.css file for that class.

I hope this makes sense. Feel free to contact me for more information.

Thanks,
James Addison
http://www.scottisheyes.com/

Comments

quicksketch’s picture

Status: Active » Fixed

Thanks, we used the clear-block class in Drupal 5 to correct this issue.

killes@www.drop.org’s picture

Status: Fixed » Closed (fixed)