Hello,
i have a page which have lots of text on a page which is fully viewable fully from admin but not on frontend
is it template related or something related to version of CMSMS ?
Thanks
text limit on pages?
Re: text limit on pages?
I have also noticed before that there seems to be a finite text limit on pages... Can anyone confirm?
Re: text limit on pages?
This is database restriction. You can try to execute:
with PHPMyAdmin.
Apart of technial restriction, please be aware, the large textes are NOT user friendly. I would not read a page with more than 2000 characters.
Code: Select all
ALTER TABLE `cms_content_props` CHANGE `content` `content` MEDIUMTEXT CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL
Apart of technial restriction, please be aware, the large textes are NOT user friendly. I would not read a page with more than 2000 characters.