| Re: User profile |
| by gooloomoo on 2011/2/27 1:05:26 Hi, I just have the same problem with profile module, if I add more than 32 custom fields(textbox), only 32 of them will be saved, the rest keep unchanged. Anyone know how to fix this? |
| Re: User profile |
| by Catzwolf on 2010/5/17 9:56:36 @ghia: There is no limit really for this in PHP, but for performance sakes. Having a list of 1000 could send some users over the edge though. @Nick_James: What field type do you have this set? If it is varchar (textbox)? Then set it to text (textarea). It could be the 255 limit on varchar could be causing items seem to disappear when you update them or save them. It possibly would help further if you gave us clear examples of your profile form additions, laying out exactly what you're doing. That way we would better understand what you're trying to do and that would help us provide a solution quicker :) ATB, John |
| Re: User profile |
| by ghia on 2010/5/17 7:17:38 It is possible that the 32 is a PHP limit for multi select lists, try with a checkbox list. |
| Re: User profile |
| by Nick_James on 2010/5/17 2:56:33 One of my fields is supposed to allow the user to select from about 41 district courts. However, it is not saving over about 32 options. The other options disappear when I add them. |
| Re: User profile |
| by ghia on 2010/5/16 1:28:42 Quote: Could it be that my list of choices is too big? Glad you figured it out, altough not sure what the problem/solution realy was. Quote: 0.000316 - SELECT COUNT(*) FROM `users` WHERE `uname` = 'LaDads' AND `uid` <> {$uid} (Modified an email address in the previous post to prevent SPAM) |