I was playing around, got some things working etc. Then decided I wanted to revert/undo the customized full node display.

But how? Even uninstalling all DS related modules and empty caches etc. doesn't bring back normal node display. I only see the title of the node, all other fields are invisible/unrenered?

Comments

yoroy’s picture

Oh dear we have some interface integration work still to do here :)

Found it, in content type>display fields, all the 'exclude' checkboxes for full node view were still checked. Would be nice if that would be reverted to previous state when removing DS from the display pipeline.

swentel’s picture

Project: Display Suite » Node displays contributions
Version: 6.x-1.x-dev » 6.x-2.x-dev
Component: Code » ND CCK

Aha, ok, so I should write an uninstall hook in nd_cck that reverts all those exlude boxes, makes sense, never thought of that :)
Moving this to another queue where it belongs - good catch!

swentel’s picture

Status: Active » Closed (fixed)

Uninstallling (not disabling) not resets all settings from DS / ND CCK and also added some documentation about this on the info screen of the module (at admin/ds/nd) - that's the best I can do for now - will be much easier when porting this stuff to D7 ..