Everything works, except for the permissions to "manage the pictures".
Only administrators (role id 1) can see the button "manage pictures". I’ve tried to set up with &manage_webusers and &manage_webgroups but it won’t work...
So i have a user (not a webuser) i would like to manage the albums. This user has rights to edit all the documents on my site. How can i give that user permission to edit the album?
Quote from: Gust at Apr 27, 2006, 05:33 PM
Only administrators (role id 1) can see the button "manage pictures". I’ve tried to set up with &manage_webusers and &manage_webgroups but it won’t work...
Hmm.. the parameter is &manage
r_webusers, note that "r". I tested it when I did this feature and it worked for me.. Just do some webuser and put it to the snippet call like &manager_webusers=`username` and when that user is logged in at frontend, he can see the manage pictures button. When webuser goes to the picture management, he can only see/edit his own pictures in that gallery. The users who are logged from backend will see all pics..
Quote from: Gust at Apr 27, 2006, 05:33 PM
So i have a user (not a webuser) i would like to manage the albums. This user has rights to edit all the documents on my site. How can i give that user permission to edit the album?
I haven’t tested the picture managing with other than administrator role users, but picture management should be visible to all backend users if they have permissions to edit the document where the snippet call is. I’ll do some testing tonight, there maybe a bug.
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
Quote from: doze at Apr 28, 2006, 10:38 AM
Quote from: Gust at Apr 27, 2006, 05:33 PM
So i have a user (not a webuser) i would like to manage the albums. This user has rights to edit all the documents on my site. How can i give that user permission to edit the album?
I haven’t tested the picture managing with other than administrator role users, but picture management should be visible to all backend users if they have permissions to edit the document where the snippet call is. I’ll do some testing tonight, there maybe a bug.
I tested this and it works also. So if you create new role with document edit permissions, create a new modx manager user and assing the user to that role. Create usergroup and document group mappings and select the document group in the maxigallery documents access permissions. Then when the user logs in at backend, he will see the manage pictures button on those documents where he has edit permissions.
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
Ok, thnx!
did some more testing and was able to get permissions right!
again thnx!
Hi Gust,
I am having this exact issue!
Can you explain how you fixed this permissions problem?
thanks.