Change "User" field from VARCHAR to multiline TEXT Change "User" field from VARCHAR to multiline TEXT
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Change "User" field from VARCHAR to multiline TEXT

Started by makan1, April 27, 2006, 11:47:42 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

makan1

How can I make the input box on a user field act like a multiple line text field, instead of a single line 255 character field.

I have changed the field type in the pictures table from VARCHAR(255) to TEXT but the input box on the "edit file information" form is still only 1 line high.