MyBB Community Forums

Full Version: Extend Max Character Length | Help Documents / Page Manager
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

We ran into an issue with the page manager plugin not having enough wall of text to contain one of our pages/documents.

In turn I was going to see if the Help Documents function would work better for it. It seems to hold more text BUT it also cuts off.

Is it possible to change the character length amount to infinite? As of now it stops at 63,981 characters.

Any help is appreciated! Thanks a bunch.

UPDATE:
I answered this myself, of course ALWAYS after I post a support thread.

Anyways I'll post the solve here for anyone else that runs across this problem. It has to do with the structure/type set up for the table itself.

SOLVE:
phpMyAdmin --> your particular database --> mybb_helpdocs (or mybb_pages for page manager plugin)

Click on Structure tab

find: document (or template for page manager plugin) --> click: change

The "Type" will be set at TEXT, you will need to change this to either MEDIUMTEXT or LONGTEXT (depending on your needs, MEDIUMTEXT = 16,777,215 bytes ~16MB & LONGTEXT = 4,294,967,295 bytes ~4GB).