Need Better Documentation
-
Can you please tell us the expected behavior of this?
I just installed it and am not sure what it is supposed to look like. I see grayish star outlines with some weird overlapping numeric characters to the left. When I hover over a star, it and the ones to the left turn red and the weird numbers flicker and change. When I click on a star, the words (votes, avg.rating, %score), blink and then turn red, but the numbers all stay zero and the stars turn back to grey. Shouldn’t one of the stars turn yellow or stay red or something and the numbers change to indicate that I just voted?
Also what is the meaning of “%score”? Normally on sites with ratings (like netflix) it shows stars and partial stars filled in to indicate what the rating is, and a different color to show that I have already rated it.
Then I use a different browser (chrome vs firefox) and login as a different user but it won’t let them vote but instead it shows the yellow vote of the other user. More weirdness!
So, I would like to get rid of those garbage numeric characters to the left and the very space consuming words (vote, avg rating and %score) to the right, and some clarification on what kind of stars I’m supposed to see when.
Btw I’m using this code in a custom template file:
$ratings = PostRatings()->getControl(); echo "Ratings Tester"; echo "<div id='sv-ratings'>"; echo $ratings; echo "</div>";
Thanks, Ron
- The topic ‘Need Better Documentation’ is closed to new replies.