Fields Containing Longer Strings
Posted: 19 Feb 2007, 21:43
I've been trying to get a custom field to hold a string longer than 255 characters. I edited the core/custome_fields.php file to allow for a textarea field, and modified the database to store the possible values, default values and value for custom fields as type text, which should hold 65,535 characters. This allowed me to get a little more into the custom field, but I am still unable to do more that 511, which is far less than I should be able to fit. If anyone knows why I can't fit any larger strings, or how to fix it so that I can, I would really appreciate any help.