Set Max length of Personal Text 1.0 Allows you to set the max number of characters in a users personal text. Thanks to Berend for the idea. The default number is 40. 1) Install mod 2) Upload profile.pl,admin.pl and english.lng 3) go to your prefrences and enter the max length. Note: There will be no max length unless you do this! Big P Contact: webmaster@rapmad.com http://community.rapmad.com Big P http://www.rapmad.com Sources/Profile.pl $txt{'228'}: $pertxt{'01'}: Sources/Admin.pl $color{'titlebg'} = $FORM{'titlebg'} || '#FFB903'; $pertxt = $FORM{'pertxt'} || '40'; \$maintenance = $maintenance; # Set to 1 to enable Maintenance mode \$pertxt = $pertxt; # Max length of personal text $txt{'689'} $pertxt{'02'} english.lng $txt{'155'} = "Maintenance Mode"; $pertxt{'01'} = "Personal Text (max: $pertxt)"; $pertxt{'02'} = "Set the max length of the personal text:";