Yep...
Got it...
Open the xml that came with the product...I use Notepad++ for this...
Find line 59...
Code:
//$find = '<!-- scripts for quick reply and quick edit -->';
Change to this..
Code:
$find = '<!-- scripts for quick reply and quick edit -->';
Get line 61
Code:
$find = '<div id="thread_info" class="thread_info block">';
Change to this
Code:
//$find = '<div id="thread_info" class="thread_info block">';
Reinstall, overwrite and tell me what happens..