Increase the maximum number of chacters for subject

Need some custom code changes to the phpBB core simple enough that you feel doesn't require an extension? Then post your request here so that community members can provide some assistance.

NOTE: NO OFFICIAL SUPPORT IS PROVIDED IN THIS SUB-FORUM
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTE: NO OFFICIAL SUPPORT IS PROVIDED IN THIS SUB-FORUM
Jef Horians
Registered User
Posts: 40
Joined: Tue Jul 25, 2017 12:32 pm

Increase the maximum number of chacters for subject

Post by Jef Horians »

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.
You do not have the required permissions to view the files attached to this post.
User avatar
canonknipser
Registered User
Posts: 2096
Joined: Thu Sep 08, 2011 4:16 am
Location: Germany
Name: Frank Jakobs

Re: Increase the maximum number of chacters for subject

Post by canonknipser »

To few whitespaces in your subject ..
Greetings, Frank
phpbb.de support team member
English is not my native language - no support via PM or mail
New arrival - Extensions and scripts for phpBB
Jef Horians
Registered User
Posts: 40
Joined: Tue Jul 25, 2017 12:32 pm

Re: Increase the maximum number of chacters for subject

Post by Jef Horians »

Ha, that's it.
Thank you.

Return to “phpBB Custom Coding”