In a custom content type, I used the call <?php print fivestar_widget_form($node); ?> to call the default stars and rating form, however the description fivestar summary "Div" still shows up underneath the stars even when disabled in admin. Thanks and if anyone would like me to test a patch (if needed), state so here. Thanks!

Comments

quicksketch’s picture

It's still there so if rollover text is enabled, it will still show up. It's true it probably shouldn't be displayed at all if neither rollover text nor summary text is enabled. What sort of problem does it cause?

Prodigy’s picture

Good point on the rollover text, I also had the disabled. I guess no fix is really needed, a simple css override changing the height fixes this. Thanks Sketch

quicksketch’s picture

Status: Active » Fixed

I added a small change to the default theming as part of http://drupal.org/node/226414 that removes the summary div if empty. The extra div caused quite a bit of ugliness when displayed in a table view, so I took it out as part of that patch in the scenario that rollover text is disable and there is no summary text.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.