Mystics
Thu 10th Jul '03, 3:51pm
"Forum permissions" -> "Can vote on polls" is supposed to override "User Groups" -> "Can vote on polls"..but it doesn't. I think this will fix it:
Search in showthread.php:
} else if (!$permissions['canvote']) {and replace it with:
} else if (!$getperms['canvote']) {Mystics
Search in showthread.php:
} else if (!$permissions['canvote']) {and replace it with:
} else if (!$getperms['canvote']) {Mystics