How to increase the tilte length

Discussions about the phpBB3 Forum. How to get the best from this powerful script.
Note that there is no official support for phpBB3 here, a place to share more than to ask for.

Moderator: Moderators

How to increase the tilte length

Postby mafiaWolf » Tue Oct 13, 2009 4:09 am

Please help me! How to increase the title length of new subject
mafiaWolf
 
Posts: 34
Joined: Thu Jun 04, 2009 2:28 am

Advertisement

Re: How to increase the tilte length

Postby dcz » Sun Oct 18, 2009 8:08 am

Limits are hard coded in templates, for prosilver, you'll find :
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 -->60<!-- ELSE -->64<!-- ENDIF -->" tabindex="2" value="{SUBJECT}{DRAFT_SUBJECT}" class="inputbox autowidth" /></dd>
   </dl>

in posting_editor.html.
You can change this part :
Code: Select all
maxlength="<!-- IF S_NEW_MESSAGE -->60<!-- ELSE -->64<!-- ENDIF -->"

4 characters are added to the limit when replying to make sure that the "Re :" bit will fit.

Subsilver2 code is to be found in posting_body.html :
Code: Select all
<tr>
   <td class="row1" width="22%"><b class="genmed">{L_SUBJECT}:</b></td>
   <td class="row2" width="78%"><input class="post" style="width:450px" type="text" name="subject" size="45" maxlength="<!-- IF S_NEW_MESSAGE -->60<!-- ELSE -->64<!-- ENDIF -->" tabindex="2" value="{SUBJECT}" /></td>
</tr>


;)
Useful links :
SEO Forum || SEO Directory || SEO phpBB || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 21238
Joined: Fri Apr 28, 2006 9:03 pm


Return to phpBB Forum

Who is online

Users browsing this forum: No registered users and 20 guests