Firstly, I think this module is really interesting!

But I am curious to know how this module handles the following:

1) When you have a Group, will it display the fields together that are belonging to that group?
2) When you have a Multi-value field, does it allow you to seperate the multi-values and display then in different regions of the screen?
For example, display the first textfield_value in the footer and the second value of textfield_value in the header?
3) How does it handle grouped, multivalue fields?

Comments

andrewsuth’s picture

Title: Group and Multi-value fields » Group, Multi-value fields and individual nodes

Also, can this module be used to make changes to an individual node (such as node/3 or only an entire content-type?

swentel’s picture

Category: support » task

To answer to your first 3 questions: we haven't tested that yet. The main reason is because we are using the node form colums module to alter the node edit screen to our likings. However we should look into that and see what happens when you defined groups. Rendering multiple values in different regions will be impossible afaik. However, we'll be checking that out!

At this point, the changes are applied to the entire content type. It's an interesting use case however and it shouldn't be that hard to implement. It's a low priority on the todo-list imo.

andrewsuth’s picture

Hi swentel, thanks for your quick reply.

I have a fairly specific requirement for a module *like* this one but I do not know if it's on your development roadmap:

Basically, a module that gives users much more fine-grain control to customise the layouts of individual nodes, ie. choosing where each CCK field (both multi-valued and grouped fields) appear on each node to be rendered. As far as I have seen, you're module has the most potential for evolving into something along these lines.

Although my case is not for writing newspaper articles, I think they would also be very interested in such an idea for quickly laying out each news item, once the content has been created.

Andrew

swentel’s picture

Title: Group, Multi-value fields and individual nodes » Group & Multi-value fields
Project: Node displays » Node displays contributions
Version: 6.x-1.0-beta1 » 6.x-1.x-dev
Component: Code » ND CCK

Moving this to other queue, since this now belongs to the nd_cck package (except the individual node override, which I'll add the queue myself)

swentel’s picture

Title: Group & Multi-value fields » Support for every individual node
Project: Node displays contributions » Node displays
Component: ND CCK » Code

We are working on patches to integrate with fieldgroups cf #582618: Incompatible with fieldgroups. Moving to node displays for the individual node request rendering.

swentel’s picture

Version: 6.x-1.x-dev » 6.x-2.x-dev

Belongs to 6--2 branch also.

swentel’s picture

Title: Support for every individual node » Support for every individual object

Updating title, we are going to implement a cool feature, namely a property in the api which will define the extra field in the db with hook_schema_alter and the menu item, rock and roll! :)

swentel’s picture

Project: Node displays » Display Suite
Version: 6.x-2.x-dev » 6.x-1.x-dev

This also belongs to DS queue - and now for some actual coding .. :)

swentel’s picture

Status: Active » Closed (works as designed)

And after actual coding, we saw this is actually not possible - at least without any other storage mechanisms and certainly overriding how CCK is rendering it's output. So for now, by design. Maybe if someone comes up one day with a super patch :)