Thank you.
COD3M4ST3R-X wrote:That would require file edits.
Open:includes/functions_content.php
Find:Code: Select all
function truncate_string($string, $max_length = 60, $max_store_length = 255, $allow_reply = true, $append = '')
Replace With:Code: Select all
function truncate_string($string, $max_length = 200, $max_store_length = 255, $allow_reply = true, $append = '')
$max_length = 100 this is the new limit change it to whatever you want eg.100 or 200.
Open:styles/prosilver/template/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 60 and 64 with 100 respectively
and Dont forget to purge the cache