Page 1 of 1

Extra page attributes limited to 255 carachters

Posted: Tue Nov 21, 2017 9:56 am
by pierrepercee
Hello,

In database (2.2.3.1 version of cmsms) extra page attributes are defined as varchar(255) in table cms_content_props , same thing for titleattribute in table cms_content.
Is there a technical reason for such a low limitation ?
For SEO purpose this fields are very useful and it would be really interesting to have a larger limit (500 carachters would be great) :)
Consequently, input fields should be transformed into fields of type textearea in the administration interface.

Re: Extra page attributes limited to 255 carachters

Posted: Tue Nov 21, 2017 10:12 am
by velden
Not a real answer but of course you can add extra content blocks for those purposes.

You could display those on a separate tab, optionally combined with other input fields (blocks) like e.g. open graph images etc.

Re: Extra page attributes limited to 255 carachters

Posted: Tue Nov 21, 2017 10:38 am
by pierrepercee
Hello,

Thanks for the answer Velden. I Know this and for professionnal work I use to...
I took a look and it seems that the limitation to 255 characters for a varchar type field goes back to mysql versions lower than 5.03 (version 5.1 is distributed since September 2007 ...). I do not have the technical skills but it seems to me that if it does not pose a problem of backward compatibility the version 2.3 could perhaps be adopted these minor modifications (I know why not 600 or 2000 characters, well because then you can easily go through an extra block content).