Ok here we go, i would like that users automatically have upload rights to the albums already created or about to be created in the future, the "manage all" permission unfortunately also gives users the permission to wipe the album out of existence,
the only way apparently was to assign a user to the album from the "Managed Albums" box then new options popped up which was "edit" "upload" and "unpublished" from which i can tick the upload checkbox.
The register_user at options > plugins could have done this but it doesn't have the "Managed Albums" box.
So is there a way to make it such that users are automatically granted album upload rights only?
Comments
You can also have it create a default "primary album" assigned to that user.
If there was only someway the "manage all" permission did not include the ability of deleting the albums, otherwise i'd have to add each and every user to a specific group and or permission.
Don't you guys have something like public albums?
The register_user plugin lets you set default rights to a user which can be only "upload" rights and to a specific user album. Otherwise you have to create a user group an assign those users.
You possibly could write a plugin to auto assign a user to a specific group. See the plugin tutorial for info about available filters. Also the object model tutorial might be of help.
user_groups has no options at all but a group called "default". Even to me the only way to assign anyone to a groupd is either via the assignments or the user account itself.
BTW, if you want to follow the status of a problem then you need to create a problem report. That is the ONLY tracking mechanism we provide.