Page 1 of 1

Trying to change "typical in all capitals' popup text

PostPosted: Mon Feb 26, 2007 11:14 am
Author: atomhead
Your phpBB Version: latest
phpBB Type: Integramod 141
MODs: No
Your knowledge: Basic Knowledge
Board URL: http://discordiaguild.org

PHP Version:
MySQL Version:


What was done before the problem appeared?
-


What was done to try to solve the problem?
-



De.scription and Message

Was wondering where I can edit to change the text that pops up when you type in all capitals, or remove it completely.

Re: Trying to change "typical in all capitals' popup te

PostPosted: Mon Feb 26, 2007 10:12 pm
Author: StrontiumDog
Look for post_message.js in the templates folder.

You can change the message in there.
To turn it off or make it less senstive, change TQ_MAX_CAPS to something higher than 8 or set

tqIsActive = false; //Line 59