L ladogado New Member Feb 5, 2012 #1 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!
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!
Mark Administrator Staff member Feb 5, 2012 #2 using a tool like phpmyadmin change the "description" field in the "VL_sites" table to "text" instead of varchar (255)
using a tool like phpmyadmin change the "description" field in the "VL_sites" table to "text" instead of varchar (255)
L ladogado New Member Feb 5, 2012 #3 Changed to tinytext, but still is limited to 255 chars it seems. We need to edit a php function? thanks!
Changed to tinytext, but still is limited to 255 chars it seems. We need to edit a php function? thanks!
Basti Administrator Staff member Feb 5, 2012 #4 Not tinytext, use TEXT. TINYTEXT is limited to 255 as well, where TEXT can store up to 65k