PDA

View Full Version : User Profile Characters


southernstyle
04-15-2008, 03:42 PM
Is there a way to set the number of characters a member can use in their profile? I see one for member name, but not profile content. I have a user who says it lets him type what he wants, but when he saves it, only part of it is saving, it kicks out the rest.

Thanks,
Southern

Lynne
04-15-2008, 03:44 PM
What field are you talking about specifically? It could be the text input box only allows so many characters, or it could be the column in the mysql table only allows so many characters.

southernstyle
04-16-2008, 03:49 PM
In the additional info box on the profile. It's allowing only a certain # of characters. Is there a way to change it?

Lynne
04-16-2008, 03:59 PM
I just went to my User CP here and Edit Options and I do not see a box that says Additional Info.

southernstyle
04-16-2008, 04:02 PM
It's under edit profile.

Lynne
04-16-2008, 04:17 PM
Well, I still don't see a box titled "Additional Info". I see one for Real Name, vb Version, etc. However, all those are in the userfield table and are all MediumText fields which will take 16777215 characters (which I will guess is just fine for your needs). The fields themselves are defined under User Profile Fields > User Profile Field Manager > find the field and then there is a Max Length and Field Length specified there.

southernstyle
04-16-2008, 04:45 PM
I'm in User Profile Options. I don't see anything that says User Profile Fields or User Profile Field options.

nighthalk
04-16-2008, 04:53 PM
Did you make that field your self in the the admin cp?

admincp -> User Profile Fields -> User Profile Field Manager

Look in the list for the field you want to make the input longer hit edit.

Then look for "Max length of allowed user input"
Default is is set to 100

southernstyle
04-16-2008, 05:23 PM
Thanks, was looking in the wrong place.

Southern