By BJ_ on
I'm using Drupal 6.16 and cck-6.x-2.6.
In user/permission I have marked the fields to be viewed(content_permissions) by anonymous, as well as the access content.
But the fields do not appear to anonymous, only for the admin.
I've read several posts and they all say just check these options as the fields appeared.
What may be happening?
Thanks a lot!
Comments
corrupt permisisons
It's quite possible node_access table is corrupt. You can fix it by going to:
Administer >> Post Settings > Rebuild permissions
-Babu
Drupal Projects showcase: http://paramprojects.com/website/drupal-servicesprojects
Promote Drupal with Tshirts/merchandise: http://paramprojects.com/drupalstore
hmm go to display fields or
hmm
go to display fields or manage fields (i dont remember at the moment) and you should see the options for node, rss etc viewing "permissions" (it is not actual permissions you just set the visibility for your fields in rss mode for example.
Check your content
Check your content permissions and select the check box for anonymous user role for the particular content type
Bonne Chance
Thanks a lot netbabu, m13 and
Thanks a lot netbabu, m13 and roger.ajith for quick response.
Actually the table of node_permissions was corrupted.
Cya!
Same problem here but how did u fix this
Hi BJ_
I'm running to the same problem can't have my cck fields display !
I checked all permissions.
I tried all the solutions above but still don't display !
How did u fix it ?
thanks in advance !
Do you need Content Permissions?
Content Permissions submodule is part of CCK but you only need to enable it if you need granular control over the visibility of your CCK fields to various roles (anonymous, authenticated, etc). If you don't need this level of control, simply deactivate the Content Permissions submodule and you won't have to adjust your permissions for every CCK field you make - which can be very tedious.
Hope that helps.