Quote:
Originally Posted by FF|Skyrider
Installed, though currently disabled.
By Visiting a "&mode=threaded" URL, this pops up:
|
Temporary Workaround:
Goto AdminCp->plugin management->Lt - Ban Info - SQ
Replace All to:
PHP Code:
$cid = htmlspecialchars($_GET["mode"]);
if($cid != 'threaded' AND $cid != 'hybrid')
{
$hook_query_fields .= ", lt_userban.userid AS lt_ban_id";
$hook_query_joins .= " LEFT JOIN " . TABLE_PREFIX . "userban AS lt_userban ON ( lt_userban.userid = post.userid ) ";
}
Note: Hack only work on normal mode.