Log in

View Full Version : How to 'de-dotify'?


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.

Powlo
02-29-2008, 01:46 AM
*cough* :o