How to limit the Website description

Mark

Administrator
Staff member
Code:
{$description, length=100}
in your table_top_row, table_row, stats templates will limit the characters to 100 characters.

to limit characters in join form, edit join_form template and use the maxlength attribute on the description textarea: <textarea maxlength="100"
 
Top