Back to vBulletin 3 Articles

prevent shouting lowercasing all Instead Of Doing This
by Dream 11 Jul 2005

if you have "prevent shouting" on, vb will capitalize the first letter of words. to make it go all lower case, open functions_newpost.php, find

Code:
	return iif($vbulletin->options['stopshouting'] AND $text == strtoupper($text), ucwords(vbstrtolower($text)), $text);
replace for

Code:
	return iif($vbulletin->options['stopshouting'] AND $text == strtoupper($text), vbstrtolower($text), $text);
and upload. ucwords() is bad

Similar Mods

Prevent shouting in usernames. vBulletin 3.0 Full Releases

vblts.ru supports vBulletin®, 2022-2024