
06-05-2012, 03:39 AM
|
 |
|
|
Join Date: May 2011
Posts: 465
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Ted S
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
|
Still no luck Ted!
|