Hi, i tried this on 3.0.11 and it works. Just some small notes:
1) function is changed a bit, so search for
truncate_string only an you will find it.
2) In case you see for a second a red warning baloon on quickreply, also find in template file
quickreply_editor
Code: Select all
<dd><input type="text" name="subject" id="subject-ns" size="45" maxlength="64" tabindex="2" value="{SUBJECT}" class="inputbox autowidth" /></dd>
and change 64 to your preferred value (remember, this is the max with
Re: i.e. your value + 4 characters)
also in this file find
Code: Select all
<dd><input type="text" name="subject" id="subject" size="45" maxlength="64" tabindex="2" value="{SUBJECT}" class="inputbox autowidth" /></dd>
and change there too.
Additionally, in file
mcp_topic you can find
Code: Select all
<dd><input type="text" name="subject" id="subject" size="45" maxlength="64" tabindex="2" value="{SPLIT_SUBJECT}" title="{L_SPLIT_SUBJECT}" class="inputbox" /></dd>
and change 64 there also.