You are not logged in.
Pages: 1
Hi,
is there any way to store more than 256 characters in a custom-field? This limit is soo annoying … :)
Thanks
noise
Offline
Yes,
IIRC glz_custom_fields can do this.
Or simply modify the custom_field in phpmyadmin or another similiar tool. Change the type of your used custom_field in the textpattern table from varchar(255) to text or mediumtext.
Offline
trenc wrote:
Or simply modify the custom_field in phpmyadmin or another similiar tool. Change the type of your used custom_field in the textpattern table from varchar(255) to text or mediumtext.
Well that was just too easy … thanks :)
Offline
Pages: 1