Limit for custom title, pers text and sig

Started by Babalui, May 13, 2010, 10:04:46 AM

Previous topic - Next topic

Babalui

Hi,
Some members of my forum just cannot discipline themselves to keep Custom title, Personal Text and signatures up to the decent limits, and I'm tired of PM'ing each of them.

Is there any way to limit number of characters for:
- Custom title
- Personal Text
- Signature

Any example, please!
Thanks in advance!

Yağız...

For signature limit, go to Admin > Features and Options > Maximum allowed characters in signatures.
For personal text, there is already a limit of 50 chars.
For custom title, find in ./Themes/default/Profile.template.php:
<td><input type="text" name="usertitle" size="50" value="' . $context['member']['title'] . '" /></td>
Replace with:
<td><input type="text" name="usertitle" size="50" maxlength="50" value="' . $context['member']['title'] . '" /></td>

Babalui


Henzo

Is there a way to increase beyond 255 characters? I have tried maxlength values 500 and it always truncates the title to 255 characters.

Advertisement: