Is there a way to remove the 255 character limit on FrontEndUser properties that use textareas?
I was hoping to allow my users to put a paragraph or two about themselves, but as it stands, only 255 characters are allowed.
FrontEndUser Textareas
-
calguy1000
- Support Guru

- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: FrontEndUser Textareas
I think the limit is ignored for text areas.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
-
pgoneill
Re: FrontEndUser Textareas
Oddly, I put more than 255 characters into a textarea and hit submit, the form disappears and it shows the logout template in its place and then deletes the database entries for the textarea(s). This happens whenever there's a form error (still happens if I reset change settings template to default). Great, I guess I broke it somehow (EDIT: on the live site, too!).
Also the "data" column in module_feusers_properties is set to varchar(255).
Also, photo is broken when it tries to output the user image. Shows up as "domain.com/uploads\\3_photo.jpg" for example.
Also the "data" column in module_feusers_properties is set to varchar(255).
Also, photo is broken when it tries to output the user image. Shows up as "domain.com/uploads\\3_photo.jpg" for example.
Last edited by pgoneill on Tue Oct 09, 2007 6:28 pm, edited 1 time in total.
