Hello,

I just upgraded from 5.x to 6.x and decided to use CCK + date + views this time instead of events.

I created a new content type consisting of a datetime field.

I entered my data and everything looks good, when I'm logged in.

The content has been published but it isn't visible to an anonymous user (in either the calandar view or the custom view I created, and both work for logged in users).

The anonymous user account has access content permission. What else could I be missing?

Comments

sifuhall’s picture

rebuild permissions (admin/content/node-settings) fixed it.

untrammelled’s picture

Check the content_permissions module settings for your CCK content type fields (admin/user/permissions). Enable "view field_name-of-your-field" for anonymous user each field in your CCK content type.

Regards
Chris

gfranklin@gmail.com’s picture

@untrammelled Thanks! Your post about checking permissions in admin/user/permissions solved the issue I was having. I'm just getting familiar with Views.

developer_426’s picture

Hii,
iam new in user & not much friendly with views.Can you please tell me how you solve "content not visible for anonymous" problem.

Thanks,