By coachrob on
OK, so I finally figured out CCK and views.
I have a view that is working fabulously. However, part of the view includes images that have been uploaded as part of the node (custom node using CCK). The problem is that the images only show up for admin users. Non-admin users and anonymous users see no images.
Any help would be appreciated.
Rob
Comments
99,99% a permissions issue
Make sure you assigned all necessarry permissions for the other roles who should be able to see the images. Especially make sure that all the "field" permissions are granted and if you use imagecache the permissions for the used presets are also granted.