I have installed the post rating plugin, and against all odds – I’ve managed to make a cool little list at the forum footer that shows the 10 most rated posts. I don’t know if this is the best way of showing the list, but that was all I could do.
Please come with input on the best way of using the plugin ![]()
I have used this tag in in spFoot.php:
sp_rating_most_rated_posts_tag($limit=10, $forum=true, $user=true, $postdate=true, $listtags=true, $forumids=0, $count=true)
I got this result, by doing a little bit css:
Now, at the end of all those lines, I would like to show the average vote number. The first line, would e.g look like this:
I forumet: Skravleforumet, emne: Testnavn på tema: av Username (rangert 1 ganger), average votes: 4,7
Is that possible? And in so case – what should I put at the end of the php line?