forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 upload => Topic started by: stucazzo81 on July 23, 2010, 06:59:22 pm

Title: Upload Question
Post by: stucazzo81 on July 23, 2010, 06:59:22 pm
First of all thanks for making such a great product.
I am using Coppermine to collect photos from my upcoming wedding, allowing guests to share their photos with us.  i have the gallery all setup, created one album for everyone to post to, I am allowing guests to upload to this album.  My question is, after they upload is it possible to bypass the edit photo screen where is allows them to put in a description?  I would like them to go back to the main screen after their upload completes.
Thanks for the help!
Title: Re: Upload Question
Post by: Αndré on July 23, 2010, 08:02:29 pm
Guests cannot enter file details by default since cpg1.5.8 (will be released soon). See code changes here (http://coppermine.svn.sourceforge.net/viewvc/coppermine?view=revision&revision=7763).
Title: Re: Upload Question
Post by: stucazzo81 on July 24, 2010, 01:14:39 am
The updated scripts worked like a charm.
On a side note, I have a couple of questions... any way I can change the header links for guest accounts?  I would like to them to only have an upload and home link.  And lastly any way I can set guest account's default upload folder, rather then having them choose it from the drop down menu.

Once again thanks for the awesome software!
Title: Re: Upload Question
Post by: Αndré on July 24, 2010, 04:06:45 pm
I have a couple of questions
We have a one question per thread rule. Please start new threads for your other questions, if the following short answers doesn't help you.


any way I can change the header links for guest accounts?  I would like to them to only have an upload and home link.
That's possible with the file theme.php. Create different output by checking if the constant USER_ID is 0 (= guest). Please read the docs and the theme board how to do that, as it has been asked and answered many times before how to add/remove menu buttons.


any way I can set guest account's default upload folder, rather then having them choose it from the drop down menu.
Nobody can choose the folder, but only the album he/she can upload to. If you want them to upload to just one album, set the permissions accordingly.


Please mark this thread as resolved by hitting the little icon in the initial post.
Title: Re: Upload Question
Post by: phill104 on July 24, 2010, 04:54:31 pm
Or you could try - http://forum.coppermine-gallery.net/index.php/topic,62665.20.html