text changes Upper to lower case automatically after posting.

Stranger

New Member
Hello Guys,

I'm using vBull 3.8.1, From few days i got a problem and that is, Posts containing Upper case text automatically changes into Lower case.

Anyone knows how to fix? help me pls.
 
Edit your config.php entering this line:

Code:
define('DISABLE_HOOKS', true);

immediately after the <?php line and then try your upper case again. If the problem goes away, you know it's a plugin. Remove that line or comment it out and disable your mods one at a time starting with the most recently installed until you find the offender.
 
Grinderhand said:
Edit your config.php entering this line:

Code:
define('DISABLE_HOOKS', true);

immediately after the <?php line and then try your upper case again. If the problem goes away, you know it's a plugin. Remove that line or comment it out and disable your mods one at a time starting with the most recently installed until you find the offender.

Thank u very much bro, This method worked,
When i disable the Mod "Word Replacements 1.0" it was fine.
But is there any fix for this to use Word Replacements MOD without getting this kinda problem.
 
Back
Top