only need single post

Edit the following plugin: Answer Forums - Is question answered?

Search for:
PHP:
$thread['postuserid'] = $this->registry->userinfo['userid']

Replace it with:
PHP:
$thread['postuserid'] == $this->registry->userinfo['userid']
 
Back
Top