Longer Usertext Mod
0.1
With this tine mod usertext can have maximal 90 instead of 50 characters.
Pyrrhon
http://www.philtalk.de
Sources/Profile.pl
if(length($member{'usertext'}) > 51) { &fatal_error("$txt{'757'}"); }
if(length($member{'usertext'}) > 91) { &fatal_error("$txt{'757'}"); }
english.lng
$txt{'757'} = "Your usertext is too long! It must be less than 51 characters.";
$txt{'757'} = "Your usertext is too long! It must be less than 91 characters.";