I want to override the maxlength (chars) seetings below for my board, however I dont have direct access to the templet . Is there a way to script it to increase maxlength?
<tr>
<td colspan="2" class='pformstrip'>Topic Settings</td>
</tr>
<tr>
<td class='pformleft'>Topic Title</td>
<td class='pformright'><input type='text' size='40' maxlength='50' name='TopicTitle' value='' tabindex='1' class='forminput' /></td>
</tr>
<tr>
<td class='pformleft'>Topic Description</td>
<td class='pformright'><input type='text' size='40' maxlength='40' name='TopicDesc' value='' tabindex='2' class='forminput' /></td>
</tr>