Hi, I need to make list of node teasers, where user can see how much stars nodes have (but no rating there). I found Fivestars as good rating module, but this feature still is missing.. Could you add it or point some other module that can do it?
Other thing is that module css runs over theme css. This isn't good.. Could you correct that also, so theme developers can position widget correctly?
Thx!
--
toni
Comments
Comment #1
valokettu commentedHi, I would need option which makes possible to show average stars top of the document and user voting widget would be bottom (maybe with comments but now need for sending comment, only rating)
I found one bug -> when voting throught commenting, if i later change my vote, still my posted comment shows the old vote...
toni
Comment #2
quicksketchPlease search the queue for all the issues you've posted here. They're ALL duplicates and you're bundling several requests into one issue. Two things that will certainly make your questions less likely to be answered and irritate module maintainers (such as myself).
This is not true. Fivestar does not use !important and it's CSS is posted before the theme's CSS files. Look at the source of the page and you'll see that Fivestar adds its CSS prior to the theme. The theme has every opportunity to overwrite the CSS.
You need to theme your node.tpl.php files to manually place the Fivestar rating widgets where you want them. Use fivestar_static() and fivestar_widget_form() functions to place the widgets where ever you would like.
#314547: How to put fivestar rating in page.tpl.php?
#229053: Adding Fivestar into custom node.tpl.php file
#276296: Changing Position of widget
... and more. People ask this question on a weekly basis it seems.
This is intentional. #284636: Canceled vote still shows up in comment
Comment #3
quicksketch