Quote:
Originally Posted by FFZoneXtreme
how can I add this to the index and showthread too?? O.o
|
for the index...
Edit: functions_forumlist.php
Find:
Code:
$lastpostinfo['trimthread'] = fetch_trimmed_title($lastpostinfo['lastthread']);
Under it Add:
Code:
require_once('./includes/functions_bbcodeparse.php');
$lastpostinfo['trimthread'] = parse_bbcode($lastpostinfo['trimthread']);