Re: Edit a members signature
Posted by
Pedro on
Dec 05, 2014; 2:32am
URL: https://support.nabble.com/Edit-a-members-signature-tp7592677p7593027.html
Look at your
edit_signature macro. You can override the
42 in order to add a
maxlength attribute to the signature text area:
<n.signature_field.textarea maxlength="20" wrap="SOFT" tabindex="2" style="width:35em;height:7em;" />
Here I used 20 characters as the maximum length.