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

fokkezb’s picture

Status: Active » Closed (works as designed)

Yep, 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.