Quote:
Originally Posted by dilbert
|
It's your choice but you can set the number of allowed periods here:
PHP Code:
$max_chars = array("." => 1, "," => 0, ";" => 0, ":" => 0);
Change that =>1 to =>2 or =>3 or whatever. Actually, on reflection, I went back and changed it to 2 on my forums.
But Boofo is correct: if you have more than 1 or 2 you're probably up to no good anyway.
Added: This works fine on a vBulletin 3.87 forum as well as 4.x.