Hi,
I am using this to let the users input an url ... the problem is the text box is truncating the url.
Is there any way to lengthen the allowed input to say 200 characters?
eg. my url is -
http://lazyrecords.co.uk/forum/acape...ped-20452.html
but it's truncating at
http://lazyrecords.co.uk/forum/acape...pers-delight-a
Thanks in advance
EDIT: I figured it out for those of you having the same problems.
FIND in newthread_extra_fields
Lengthen that to whatever you wish.
NOTE - The mysql field (field1) is limited to 100 characters so if you want more than that you'll have to edit the "field1" length in the mysql table - "thread"