It looks like a custom profile field has a limit of 250 characters. There's a field on my site that sometimes requires anywhere from 500 to 1000 characters. I would like a hack that removes the max character limit in custom profile fields.
Alright, I looked around for a while... with no luck. I went into the mysql db and fooled around... with no luck. So if anybody else thinks that they can tip me off in the right direction, I would appreciate it. Thanks.
You'll need to change the field type in the database in the userfield table, I don't know what column as I don't have vB2 installed, changing it to TEXT for example will allow alot more text.