Thankyou very much Brad, your a star.
It's now throwing another small error:
Here is the code:
// censors ...
$topic_title = censor_text($topic_title);
// reduce the topic title if needed
return isset($topic_title[$config['ltt_max_chars']]) ? truncate_string($topic_title, 0, $config['ltt_max_chars'], false, '...') : $topic_title;
}
//-- fin mod : latest topic title ----------------------------------------------
'#<.*?>#s',// line 3331 here
);
break;
And here is the error:
Parse error: syntax error, unexpected ',' in /home/wsceneor/public_html/includes/functions.php on line 3331
Again, probably an easy fix, but it's eluded my eyes for several hours now! haha