MyBB Community Forums

Full Version: Thread Title Character Limit, How To Increase It???
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
The metod maxlenght work for new thread but does not work if you want to change the title in the old threads. Is there a solution?

edit: you must also change maxlenght in edipost template
i run this query :

ALTER TABLE mybb_threads CHANGE subject VARCHAR(whatever length up to 256)


phpmyadmin Error :

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(whatever length up to 256)' at line 1


Please Help me

Up ! .............
Up ....
Please help me
fyi you also would need to bump the editpost template from 85 to your new value
Pages: 1 2