Closed (fixed)
Project:
Content Construction Kit (CCK)
Version:
6.x-2.4
Component:
General
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Jul 2009 at 18:30 UTC
Updated:
23 Jul 2009 at 10:42 UTC
Hello,
I'm using Drupal 6.12 with latest cck - 6.2.4.
The problem is that I can't reorder fields so when I edit a node the new order will be seen.
The new order is saved and viewable in the content type manage fields page, but again, I don't see any change in the fields order in the node edit page.
I hope you have any idea for what can go wrong here.
Thanks a lot!
Comments
Comment #1
Ehud commentedFound out that problem is not in all content types and that the issue is with some sections that are pushed to the top of the page (the Meta tags- nodewords module, revision information and URL path settings - pathauto module).
I will first search for a solution on those modules.
Comment #2
markus_petrux commentedAha! Well, these modules need to implement hook_content_extra_fields(). Please, file a feature request to them.
For reference: #409144: content_extra_weights gets corrupted and breaks the ordering of form elements on node edit form
Comment #3
Ehud commentedEventually I modified the weight for the relevant fields in the node form.
For some reason their weight was lower than the other cck fields - only in this content type.