Hi there,

this module looks promising especially in your video.

I tried this module. Everything works fine with content types page and story.

Next thing I did was adding a CCK field to the page content type.
Moving eg. "Menu settings" to the right frame is still OK.

But when I when I change the weight of one field in the content type settings I get the error:
"warning: implode(): Invalid arguments passed in /path-to/includes/form.inc on line 826."

And the whole node-edit form "crashes".

Hope this is easy to explane ;-)

Thanks
4kant

Comments

Anonymous’s picture

@4kant: thank you for the feedback and sorry to hear you are running into an issue.

To answer your question, field weights in CCK operate completely differently when you are using Interface. Drupal will sort your fields according to how you place them within an interface, and changing the order in CCK should have no impact on how interface itself works.

Just to be clear: the error you are running into, is that on the content type settings page? While I have tested this module extensively, this is the first I am hearing of any issues with content settings pages.

M

antrophos’s picture

Hello,

I have the same issue. The Title field vanishes after saving and reopening a form the first time. I do have installed CCK but i didn't try to move those.

Any questions/suggestions?

Best Regards
Robert

Anonymous’s picture

Assigned: Unassigned »

@antrophos - This actually sounds like a separate issue.

Can you describe the content type, like what fields are operating there?

M

4kant’s picture

Assigned: » Unassigned

@techsoldaten: thanks for your response.
The error shows up on

  • the interface-settings and edit pages

The exact workflow was:

  1. create a new interface with the theme "Two Colomn Stacked" for Content Type "page", Interface Context "Default"
  2. Move "MenuSettings" to the right frame (like shown in your video) and save interface
  3. Go to "Create Content -> Page" - No errors - I see the "MenuSettings" in the right frame
  4. Go to Content Type Settings Page and create a CCK Image Field
  5. Go back to "Create Content -> Page" - still No errors. I see the image field at the bottom of the edit page (as the position is ruled by the weights you can see in the Content Type Settings Page)
  6. Check the interface settings page (and go into edit interface) - everything´s ok
  7. Change the weight of the image-field via drag´n drop (drag it up, so it comes after the description / bodytext field)
  8. Go back to interface-settings page and see the error
  9. Go back to "Create Content -> Page" --> any changes of interface module have been gone. The node edit form looks original

Thanks

4kant

Anonymous’s picture

Status: Active » Closed (fixed)