Closed (works as designed)
Project:
CCK Blocks
Version:
5.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2008 at 23:04 UTC
Updated:
13 Mar 2008 at 16:28 UTC
I created a Panel Page with path "node/%" and set Context> Argument> Node type to my content type. The content type has 3 CCK fields that are blocks (due to the CCK Blocks module). The blocks are placed at the bottom of the page (with Panel Pages module) and are displayed as tabs.
When I create a view of this content type (because I want to expose a filter to filter the content type), the CCK field block does not show up.
My goal is to have a page that I can filter my content type by a taxonomy term and have a body field with the CCK fields below it in tabs.
Comments
Comment #1
fokkezb commentedYep, this is a feature. The CCK block only appears on full node displays (node/# or alias). If multiple nodes can be displayed (and that's the case with a view), the CCK block would not know which one to show the field values for.