Hi Guys,

I have a content type, "reviews", which I have a CCK field set up for the purposes of populating a view on the front page. I do not want it to show on the actual node body.

I've tried messing with the display fields, hiding and excluding some/all but it just removes the Title, not the content from the CCK field.

*Note* The content is an Image brought in through Fck/Image Browser

Thanks in advance!
-Ben

Comments

Freso’s picture

Version: 6.x-2.1 » 6.x-2.4

I get the same behaviour. "Exclude" simply doesn't exclude anything from $content, as it advertises. :(

new_B’s picture

Version: 6.x-2.4 » 6.x-2.6

I've encountered this issue as well. I would like to keep some CCK fields private and not display them. Any suggestions on solving the issue? Thanks in advance.

new_B’s picture

Status: Active » Fixed

Actually, I managed to solve my issue. Just in case anybody encounters it too, make sure that when you check off "Exclude" under the "Display fields" page that you also select under the Teaser and Full Node columns.

new_B’s picture

Version: 6.x-2.6 » 6.x-2.4
Status: Fixed » Active

Just reactivating. Re-reading it again, the issue above may be different from the one I was having.