O ozguru New Member Feb 26, 2019 #1 How can i limit as admin the the number of words or letters for website description?
Mark Administrator Staff member Feb 26, 2019 #2 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"
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"