Allow guests to upload photos without view permissions?

pglewis

Joined: 2009-01-23
Posts: 8
Posted: Tue, 2009-10-13 12:10

It may sound weird, but I'd like to allow core -> Add sub-item privs without allowing core -> View Item privs.

What I want to do is allow visitors of a site to upload images into a "holding album", without making those images available to be seen by the general public until they are approved. Someone with admin privs would periodically browse through this "holding album" and move appropriate ones to a publicly viewable album.

Now, I can set the privileges as I want but attempts to access the upload page without having view privs just gets redirected to the login page. Is there an easy way to get around this?

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16503
Posted: Tue, 2009-10-13 12:32

No, not out of the box. Try searching the forums, I think people have done this before, but 1) I'm not sure if it's been done and 2) you will have to modify core files. And I'm sure if it has been done it's just a hack to hide the album and if someone knows the path or ID of something they can still view it.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
pglewis

Joined: 2009-01-23
Posts: 8
Posted: Tue, 2009-10-13 21:23

Thanks for the reply. I was afraid that would be the answer. It might be acceptable to have users create an account in order to upload, though that was not my ideal choice.