How to increase the subject bar size??? [phpBB3 Tutor]
Posted: 02 Sep 2010, 17:48
Now, I'd like to share the simple tweak which was found out by me recently...
GO TO
styles/yourstyle/template/posting_editor.html
Find out :
replace in the value 60 by how many characters do you want to have in the subject bar size???
i hope all must be enjoy this tweak
GO TO
styles/yourstyle/template/posting_editor.html
Find out :
Code: Select all
<dl style="clear: left;">
<dt><label for="subject">{L_SUBJECT}:</label></dt>
<dd><input type="text" name="subject" id="subject" size="45" maxlength="<!-- IF S_NEW_MESSAGE -->[color=#FF0000]60[/color]<!-- ELSE -->64<!-- ENDIF -->" tabindex="2" value="{SUBJECT}{DRAFT_SUBJECT}" class="inputbox autowidth" /></dd>
</dl>
i hope all must be enjoy this tweak