Its my understanding that there is a limit to the number of characters a member can type for their custom user title. Is there a way to increase that number ?
In order to allow titles larger then 250 characters, you will need to change the `usertitle` column in the user table from a CHAR(25) to a MEDIUMTEXT().