I'm working on installing this hack and it appears my poll.php file doesn't contain the following which needs to be changed...
Quote:
if ($option[votes] == 0) {
$option[percent]=0;
} else{
$option[percent] = number_format($option[votes]/$pollinfo[numbervotes]*100,2);
}
|
Am I missing something? Or because I'm running vBulletin 2.2.9 is this change no longer necessary?
This is the first hack I've installed, so please be as detailed as posssible.