Quote:
Originally Posted by Ted S
The basics are explained above... Open the code, browse around, look for the variables by name... it's all well decently formatted and occasionally commented.
|
Ok, but I haven't much code knowledge..
Perhaps need to make changes here?
Code:
// may end up disabling this all for the first post
if($this->registry->options['helpans_hidefirst'] AND $this->post['postid'] == $this->thread['firstpostid']){
$show['helpfulanswer'] = false;
$show['rate_helpfulanswer'] = false;