Quote:
Originally Posted by vbuser99
Ted, how can I display total or good ranks on postbit to display statistics about posters helpful answer performance?
I have tried following variables but they only display "1" if there is a rating in particular post.
If there is no voting on a post nothing is displayed.
$post[totalrank] - The total number of ratings
$post[goodrank] - The number of good ratings
Thanks.
|
The variable $post[totalrank] should have your total ranks if you're using just positive rankings. If it's only showing one double check that there's a higher value in the actual table (you can do this through phpmyadmin or with the query:" select totalrank from post where postid = X; ").