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!
 

Mark

Administrator
Staff member
using a tool like phpmyadmin change the "description" field in the "VL_sites" table to "text" instead of varchar (255)
 

ladogado

New Member
Changed to tinytext, but still is limited to 255 chars it seems. We need to edit a php function?

thanks!
 

Basti

Administrator
Staff member
Not tinytext, use TEXT.
TINYTEXT is limited to 255 as well, where TEXT can store up to 65k
 
Top