View Single Post
Old November 18th, 2005, 02:53 PM   #11 (permalink)
Man1c M0g
Junior Member
Verified Customer
 
Join Date: May 2004
Posts: 6
Quote:
Originally Posted by Chuck S
Nothing other than what I have posted above. The minimum chars is what controls this from what I see
I solved it! In quickcom.tmpl (and comments.tmpl) there is this code:

Code:
Content visible to verified customers only.
This prepare_submit bit is the thing that hard-codes it to 5 character minimum, and *NOT* the minchars variable. So, I simply changed the code to this, and it worked:

Code:
Content visible to verified customers only.

Last edited by Man1c M0g; November 18th, 2005 at 02:56 PM.
Man1c M0g is offline   Reply With Quote