/scripts/activetopics.inc.php

find:
PHP Code
$topics[$i]['post_body'] = substr(strip_tags($post_body,'<a>'),0,250); 

just change the 250 to a smaller number (of chars)...

or totally remove it and just have the tooltip.. by
PHP Code
$topics[$i]['post_body'] = '';