Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Which module is providing the image in this case - image, imagefield or node_images? If uid 1 can see the link, a user with "crop images with toolbox" permission should also be able to see it.
Yeah i have the permission set so that any authenticated user can see the crop with toolbox but for some reason it doesn't work.... Im using imagefield with CCK.
Do you mean the "Crop this image" link isn't showing at all, or users get a permission denied message when they click on it?
I can't reproduce the former, the "Crop this image" link is always shown if the user has "crop images with toolbox". There however was a bug relating to the latter, previously users must have had "administer nodes" permission to be able to use the crop tool. I have uploaded a change to 6.x dev so users without "administer nodes" can crop the image if they were the user that originally uploaded it.
There have been quite a few changes in CVS since this issue was reported. Please try with the latest code in CVS and let me know if its still an issue.
Comments
Comment #1
longwaveWhich module is providing the image in this case - image, imagefield or node_images? If uid 1 can see the link, a user with "crop images with toolbox" permission should also be able to see it.
Comment #2
chrislabeard commentedYeah i have the permission set so that any authenticated user can see the crop with toolbox but for some reason it doesn't work.... Im using imagefield with CCK.
Comment #3
longwaveDo you mean the "Crop this image" link isn't showing at all, or users get a permission denied message when they click on it?
I can't reproduce the former, the "Crop this image" link is always shown if the user has "crop images with toolbox". There however was a bug relating to the latter, previously users must have had "administer nodes" permission to be able to use the crop tool. I have uploaded a change to 6.x dev so users without "administer nodes" can crop the image if they were the user that originally uploaded it.
Comment #4
chrislabeard commentedyeah the link isn't showing up at all for authenticated users but it shows up for admin.
Comment #5
mrfelton commentedThere have been quite a few changes in CVS since this issue was reported. Please try with the latest code in CVS and let me know if its still an issue.
Comment #6
gooddesignusa commentedI'm not having any problems with this. Just make sure the user is the one who uploads the image.
Comment #7
nils.destoop commentedNo reply anymore, so i'm closing this.