Replace the original hack function inside b2functions.php with this one to get the "comment reply to commenter" as discussed in the forums. /**** THIS FUNCTION IS WRITTEN BY DODO/ Modified by LaughingLizard **** credit goes to http://pure-essence.net and http://dinki.mine.nu/weblog/ *******************************************/ function dodos_thread($comment_id) { global $postc,$id,$comment, $commentdata,$tablecomments,$querycount, $wpdb; $queryc = "SELECT * FROM $tablecomments WHERE comment_reply_ID = '$comment_id' ORDER BY comment_date DESC"; $queryd = "SELECT * FROM $tablecomments WHERE comment_ID = '$comment_id' ORDER BY comment_date DESC"; $querycount++; $resultc = mysql_query($queryc); $resultd = mysql_query($queryd); if ($resultc) { echo "