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

Ehud’s picture

Status: Active » Postponed

Found 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.

markus_petrux’s picture

Status: Postponed » Closed (works as designed)

Aha! 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

Ehud’s picture

Status: Closed (works as designed) » Closed (fixed)

Eventually 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.