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

Scott Reynolds’s picture

Its not activity_record_form

// @todo: activities are no longer compatible with core action configuration
  //    as they need more parameters than it allows. This should simply display
  //    a notice to anyone who tries to use it that it is incompatible and
  //    direct them to the Activity publisher templates
  // Set default values for form.

it is activity_form.

Scott Reynolds’s picture

Status: Active » Fixed

committed
http://drupal.org/cvs?commit=276614

Made it a textarea instead of a textfield. Works nicer and a usability win I think

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.