Powlo
02-24-2008, 07:00 PM
Is it possible to automatically de-dotify a thread title? By this i mean if a member posts a title like... 'this.has.loads.of.dots.in.it.' then vb would remove the dots and replace with a space.
It was possible with phpbb using
$post_subject = str_replace('.', ' ', $post_subject);
but im unsure where and how to code it with vb.
It was possible with phpbb using
$post_subject = str_replace('.', ' ', $post_subject);
but im unsure where and how to code it with vb.