Quote:
Originally Posted by socialteenz
I am using the default settings. Everything is fine, if the mod is disabled.
|
Modify the plugin hook forumdisplay_query_threadid to
Code:
if($foruminfo['helpfulanswerbits'] AND $foruminfo['helpfulanswerorderbits']){
$hook_query_joins .= "LEFT JOIN " . TABLE_PREFIX . "helpfulpost AS helpfulpost ON(thread.threadid = helpfulpost.threadid)";
}
And let me know if that fixes it