Quote:
Originally Posted by Ted S
helpful_answers_ten
This will be fixed in 1.9.0 in the meantime open up the XML file and find:
Code:
if($this->registry->options['helpans_rank_ten']){
directly under it add:
Code:
$post[avgrank] = number_format($post[avgrank], 2, '.', '');
$post[totalrank] = number_format($post[totalrank], 2, '.', '');
|
Thanks, but don?t works very fine...
When it doesn?t have no voting appears like this:
This post has been ranked 0.00 out of 10 with 0.00 votes, and always with decimal instead of integers numbers when it ?s not necessary.
Quote:
Originally Posted by Ted S
P.S. If you create your own images and want to share them with the community I'll make the code work. I'll even make them rollover and highlight all pretty like if you do stars or the like. 
|
Sure