Closed (won't fix)
Project:
Content Construction Kit (CCK)
Version:
5.x-1.6-1
Component:
Usability
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Apr 2008 at 13:50 UTC
Updated:
9 Jun 2010 at 13:30 UTC
Hey folks,
We're using CCK for creating Questionnaires. We'd like to make the 'Label:' field in Widget Settings a little longer in order to display more complex questions. The current default is set at 128 and we believe that it's being set here
system.module: $type['textfield'] = array('#input' => TRUE, '#size' => 60, '#maxlength' => 128, '#autocomplete_path' => FALSE);
My question is... first, is this true? And, if it is, is there some way to change it to the 255 that appears to be what the content.install is setting the database field for label to?
If this is not where maxlength is being set... is there some other solution that might work?
cheers.
Comments
Comment #1
vivianspencer commentedHi I'm having the same issue, did you manage to find a fix for this or did you have to hack core
Comment #2
karens commentedClosing old issues. None of us is using the D5 version any more, so hard to provide any support. Sorry.