Quote:
Originally Posted by trotskid
In wich template can I find that? 
|
helpful_answers_ten
Quote:
Originally Posted by trotskid
On the first variable in this phrase: This post has been ranked {1} out of 10 with {2} votes.
|
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, '.', '');