Quote:
Originally Posted by sticky
For the next version could we get it so that for the minimum post check the helpful answers block does not disappear, it instead shows an error when clicked informing the user that their post count is not yet high enough?
With the minimum post check the way it is, people think there is an error that it does not show.
|
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.