I have change the number of weight in system.module from:
$type['weight'] = array('#input' => TRUE, '#delta' => 10, '#default_value' => 0, '#process' => array('process_weight' => array()));
to
$type['weight'] = array('#input' => TRUE, '#delta' => 30, '#default_value' => 0, '#process' => array('process_weight' => array()));
Now I have got 30 weight for my cck field. so then I start to move some of my fileds to 12,13,14 etc.... Yes, I can choose the number up to 30.
the problem I have got, after I move the fileds to over 10. it suddenly disappear from my list, I still can see it from 'Display fields' but I can not see it from 'Manage fields' anymore. all fields over 10 are disappearing from 'full node' view now !!!! I can't afford to lost so much information . so what should I do now ?
Please help
Comments
Comment #1
codevoice commentedThis seems to be a common complaint: http://drupal.org/node/117274 There doesn't appear to be a good, easy solution for 5.x though (at least not so far as I've found)
Comment #2
markus_petrux commentedAt the end of that thread there's a tiny module (in tar format) that automatically increases the range of all weight elements.
http://drupal.org/node/117274#comment-944650
Anyway, I would say it's not a CCK issue.
Comment #3
karens commentedAnswered a long time ago.