Hello.The maximum field length of 254 characters on the admin template screen for activity messages is a bit too short for what I am trying to do. I start to eat up a lot of real estate with activity messages like this - [profile-field_givenname-raw] [profile-field_sn-raw]. And that's just for the user's name. I can and will override the #maxlength but if it could be done in the module it would make life easier :)
I'm specifically talking about activity.module, function activity_record_form, #maxlength values.
Thank you.
Comments
Comment #1
Scott Reynolds commentedIts not activity_record_form
it is activity_form.
Comment #2
Scott Reynolds commentedcommitted
http://drupal.org/cvs?commit=276614
Made it a textarea instead of a textfield. Works nicer and a usability win I think