I'm trying to create a "Photo Type" which displays a thumbnail image 150x150 as the teaser and then when clicked it displays a larger 500x500 version, which when clicked displays the full-size photo (as described in http://www.drupaltherapy.com/imagecache).
I've managed to get it to work, when I'm logged in as one user "admin" (with admin rights), but when I am not logged in, or when I log in as another user "test01" (also with admin rights), the thumbnail pictures are not displayed. I cannot for the life of me see why.
Any ideas why this might be?
Something else which I notice is that although my image field is visible to the "test01" user when I look at the "Content Types", the extra field does not appear when I go to "Create Content" as that user.
Any help/guesses would be appreciated! Thanks.
Comments
Permissions!
I found the solution! It was all to do with "Permissions" (admin/user/permissions). The non logged-in user, for example, did not have permission to "View thumnail". Once every user was given permission, everything worked a treat!
drupalshrek
They should put a warning
They should put a warning, so that people downloading this module see what they HAVE to do... thank you for the hint ;)
_
uh they do.. and it's called README.txt for a reason, lol.
Content Permissions
cck comes with a module called Content Permissions. If you do not want to restrict certain users from viewing cck fields, I suggest you disable it.
Its a pain to go set permissions every time you create a new cck field.