Closed (fixed)
Project:
Activity
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Oct 2009 at 06:25 UTC
Updated:
2 Nov 2009 at 04:40 UTC
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