I created a new content type with CCK. The content type has several fields for particular types of information I want to be displayed for each post or node of this type. The problem I have is that these fields only show up on the node's page when I'm logged in, and I want them to show up regardless of who's logged in or not.

I'm guessing there's something simply I've overlooked, but I'm a Drupal-newbie, and I've looked and looked. I'm not sure what more info to give, other than an address for an example if that's helpful http://firestickcreative.com/node/4.

Thanks for any help!
:-)

Comments

jpshayes’s picture

If you have the Content Permissions module enabled.You will need to make sure that anonymous user have permission to view the cck field.

dheeraj.dagliya’s picture

If you are referring to menu settings, path settings, comment settings then you need to provide appropriate permissions.
Menu & path settings are some admin tasks and should be assigned only to admin role, you have assigned these permissions to authenticated user so whoever registers on your website can make changes in your website.

You have given all administrative permissions to the authenticated user. Best is create a new role (admin) and assign specific users with the admin role so that only these users can make changes in your website. You also need to enable appropriate permissions for the role.

All these can be done in User Management Administrative section http://firestickcreative.com/admin/user

ahillio’s picture

That's it - thanks!!!

Permissions seems like an obvious solution, but I didn't realize that each field requires permission to view it. Great! Thanks again!

jpshayes’s picture

Thank you for reporting back.