prevent shouting lowercasing all Instead Of Doing This
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); Code:
return iif($vbulletin->options['stopshouting'] AND $text == strtoupper($text), vbstrtolower($text), $text); |
This would be great if it was a plugin....:\
|
Quote:
|
aww damn.
O.K well i already edited some files so i guess there's no harm in installing this one :) *shudders* ugh i should install these file editing ones once 3.5 goes gold....that way i wont lose everything that involoves files...whatever [high]* jesus likes pie clicks install.[/high] |
You have my vote to make this part of the standard code.
|
Quote:
I'm gOIng tO gIvE thIs a TrY cUZ I hatE thiS TyPE of TypiNg, ANd prEveNt shOutiNG doESn'T stOp IT. EDIT: Nope, won't work unless the first and all following letters are capitol. |
All times are GMT. The time now is 02:48 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|