Website Desciption Length is Limited

ladogado

New Member
Hello!

I just recognized that the Website Description field is limited to about 255 chars..
This is not enough for us, how can I increase it?

thanks and best regards!
 
using a tool like phpmyadmin change the "description" field in the "VL_sites" table to "text" instead of varchar (255)
 
Not tinytext, use TEXT.
TINYTEXT is limited to 255 as well, where TEXT can store up to 65k
 
Back
Top