MyBB Community Forums

Full Version: Question About Posting Settings.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I don't undestand this part:
Quote:Maximum Message Length
The maximum number of characters (bytes) to allow in a message. A setting of 0 allows an unlimited length.
This should correlate with the message column type in the posts database table, and adjust accordingly. Below are the maximum lengths for each column type.
TEXT: 65535 (default)
MEDIUMTEXT: 16777215
LONGTEXT: 4294967295

Does it means that we have to change something in the DB when editing this option?
IMO no db changes are required they'd done automatically but yes, it changes in db
yes, you should check your DB. it means you need to change something in the DB