Browse Source

! set max length of user title in the template

Signed-off-by: Spuds <[email protected]>
Spuds 12 years ago
parent
commit
27cc9f8a74
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Sources/Profile-Modify.php

+ 1 - 0
Sources/Profile-Modify.php

@@ -631,6 +631,7 @@ function loadProfileFields($force_reload = false)
 			'type' => 'text',
 			'label' => $txt['custom_title'],
 			'log_change' => true,
+			'input_attr' => array('maxlength="50"'),
 			'size' => 50,
 			'permission' => 'profile_title',
 			'enabled' => !empty($modSettings['titlesEnable']),