Now I don't think this is possible with not being able to set a maxlength to the textarea but I figured why not ask. Basically the idea is to have a textfield because when the status is in a sidebar as a textfield it's not very user friendly. So I figured I''d alter the form as a textarea... but of coarse I ran into the maxlength problem. I know you can make a javascript workaround but was looking for something a little more global.
Anyways, let me know if you have any ideas.
Comments
Comment #1
icecreamyou commentedYou can set the length of the textfield at admin/settings/facebook_status.
Comment #2
walker2238 commentedYes I know. But I'd like to change the textfield to a textarea. I want the multi line feature because of the limited space. But the problem is there is no maxlength for a textarea. Once I over ride the form to change it to a textarea setting the length of the textfield no longer applies.
Comment #3
icecreamyou commentedI'm not changing it in the module but if you want to manually override it you just need to set #cols.
Comment #4
walker2238 commentedYeah I did all that but to play around with it. The reason I ask was because If the user types over the allowed characters it won't save to the db. Anyways I appreciate your quick responses. This was more of a inquiry than a request anyways... cheers...