Quote:
Originally Posted by kh99
I think all you need to do is find this block of code:
Code:
else if ($pollinfo['multiple'])
{
$option['percentraw'] = ($value < $pollinfo['voters']) ? $value / $pollinfo['voters'] * 100 : 100;
}
and remove it or comment it out (by putting // at the beginning of each line). Unfortunately for some reaosn it appears in three different files: poll.php, showthread.php, and forumrunner/get_thread.php (assuming you have vb4.1.12 or later), so it needs to be done in each place.
|
thank you very much. I'll try this