Hello.
I want to change the maximum number of characters from the subject line from 120 to 166.
Edited functions_postings.php:
$data_ary['topic_title'] = truncate_string($data_ary['topic_title'], 166);
Edited posting_editor.html:
<input type="text" name="subject" id="subject" size="45" maxlength="<!-- IF S_NEW_MESSAGE -->166<!-- ELSE -->170<!-- ENDIF -->" tabindex="2" value="{SUBJECT}{DRAFT_SUBJECT}" class="inputbox autowidth" />
Overview of topics looks good but the topic itself not.
What am i doing wrong?
Thanks in advance.