Page 2 of 2

Re: How to edit description lenght

Posted: 03 May 2010, 19:15
by Fire-Fox
Don't Work Stoker :( (not just changing that you qoutet)

Re: How to edit description lenght

Posted: 03 May 2010, 19:18
by Steve

Re: How to edit description lenght

Posted: 03 May 2010, 19:27
by Fire-Fox
i'll take a look :)

Well you need to change the posting_editor aswell :)

Open: posting_editor.html
Find:

Code: Select all

<dd><input type="text" name="subject" id="subject" size="45" maxlength="<!-- IF S_NEW_MESSAGE -->60<!-- ELSE -->64<!-- ENDIF -->" tabindex="2" value="{SUBJECT}{DRAFT_SUBJECT}" class="inputbox autowidth" /></dd>
Replace With:

Code: Select all

<dd><input type="text" name="subject" id="subject" size="45" maxlength="<!-- IF S_NEW_MESSAGE -->255<!-- ELSE -->255<!-- ENDIF -->" tabindex="2" value="{SUBJECT}{DRAFT_SUBJECT}" class="inputbox autowidth" /></dd>