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 could not find this exact code, I found this which is close but I am not sure if editing it out is correct:
Code:
} else if ($vbulletin->options['helpans_min'] AND $vbulletin->userinfo['posts'] < $vbulletin->options['helpans_minnum']) {
// might need to have more post count
$show['rate_helpfulanswer']=false;