MyBB Community Forums

Full Version: Fix This ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
im using mybb new version..and using quick reply..how to fix?


Please correct the following errors before continuing:
The subject is too long. Please enter a subject shorter than 85 characters (currently 89).

[Image: 12266094.jpg]
(2013-02-24, 03:25 AM)sujmybb Wrote: [ -> ]im using mybb new version..and using quick reply..how to fix?


Please correct the following errors before continuing:
The subject is too long. Please enter a subject shorter than 85 characters (currently 89).

[Image: 12266094.jpg]

Go to .inc/datahandlers/post.php

Around line 209 look for

if(my_strlen($subject) > 85)

change to

if(my_strlen($subject) > X)

Replace X with the number you want.

I'm not too sure if this will work, worth a try tho I've read something like that before.
thank you...
(2013-02-24, 04:01 PM)sujmybb Wrote: [ -> ]thank you...

No problem, did it work?