Quote:
The only disadvantage will be that all comments will be cut off after 40 characters because the new entry field in the user options is limited to 40 characters which was 255 characters before.
|
Well, the HTML input field "maxlength" attribute does little to actually restrict the data that can be passed.
The
comment field in the table
customprofilepic is
varchar(255), meaning it can hold up to 255 characters. I only set the INPUT maxlength value to 40, as I thought that was suitable for this hack.
Both can be changed.