Quote:
Originally Posted by Ted S
Great idea!
You should be able to do this just by editing out lines:
Code:
} else if ($this->registry->options['helpans_min'] AND $this->registry->userinfo['posts'] < $this->registry->options['helpans_minnum']) {
// might need to have more post count
$show['rate_helpfulanswer']=false;
The error part is already build in.
|
I can't seem to find those lines to remove in helpfulanswers.php ?