I’ using drupal 6.x and I ve created a custom content type called Task.
I can add content to the tasks, so far so good.
Now I want to have a table to list all the content of the custom content type Task.
I ve set up a new view but I was not able to get all the fields that are
available for that content type to show in a list.
What i set up in the default view was
i ve set to rowstyle node.
How can I find all the fields which refer to my custom content type.
I can get some of the cck fields set up for the custom content type, but not the titel e.g..
Thanks,
with best regards,
Bernhard
I don’t understand your question, your custom content type is a node, so in your view you can show the node title filtering by your custom content type of nodes.
I prefer to use the module Display Suite: http://drupal.org/project/ds which has integration with views to display a custom build mode of nodes instead of showing individual fields.