Pages: 1
I thought I might've seen some option to the effect, but can't locate anything now or find anything on the board regarding this.
I've set up a gallery to allow a small group of people to post and exchange photos from a recent vacation trip. I've set up accounts and albums for each, gotten uploading and modifying squared away with ICY's plugin, generally speaking I'm ready to let them loose on it .. but ... in testing out various functionalities, I see that I'm getting an email every time an upload is made by one of their accounts.
While I can certainly set up a spam filter to deal with it, it seems like it would be easier to just disable this behavior before my email gets flooded with a couple hundred repetitive and (at least for the moment) useless emails. Once the initial flurry is over, I can see where this would be useful as some late arrival pictures might come in. But initially .......
Anyhow, if there's an option to set, or a local file edit to employ, I'd be grateful for being pointed in the right direction.
Thanks in advance ...
Victor
PS ... Kudos to the developers. This is my first foray with Piwigo and I'm quite pleased and impressed. I'm sure I'll be looking into doing more customization in the future for personal gallery use, but for now, and for this purpose, Piwigo definitely fits the bill.
Last edited by VictorZ (2013-09-13 01:05:32)
Offline
Hi and thx :)
sry for the late answer
I think the plugin Community will be update to disable that notif. I'm investigating
Offline
flop25,
Thanks for your reply and looking into it. I've had a look at the Community plug-in and find nothing that allows turning this off unless it requires an edit to the code ... something I'm certainly willing to do but that I don't have enough php experience to find the answer in any reasonable time frame.
Just to be clear ... this is not a notification of pending uploads. I've set these users in a group with high trust. I'm not required to approve their uploads, but I don't want to receive dozens, possibly hundreds of unnecessary emails.
Thanks again for your help...
Victor
Offline
any news on this subject?
there is any way to turn off email notifications on upload of every image?
best regards,
Fabio Boscolo
Offline
I am also interested in this function. I do not need to know every time a new photo has been uploaded by a user.
I really have to work on it. To be perfectly honest, I sometimes add a piece of code on Piwigo.com for some users to disable this notiication! Some very popular Piwigo are getting hundreds of photos each day via Community and sometimes from many different users (thus many notifications for admins...)
Offline
An option to turn off email notifications would be greatly appreciated!
@plg : Did you make any progress on this matter? Could you submit the code to disable the notifications here if there is no other solution available at the moment? I googled for this issue and this topic pops up as one of the first results.
Thanks in advance. Once again: the contributors of Piwigo deliver a great job. I'm creating a photo gallery for our amateur football club.
... push ...
Heyho!
Before I start: Piwigo is great and I highly appreciate the hard work of all developers! :)
But... I have the same issue. I use community plugin and photo from email plugin. Although I have disabled new picture notifications wherever possible, I (webmaster) still receive two (!) annoying "1 photos added by email" messages per new pic.
Could you give an update on the status of the update! ;)
Best, Bb
Was this ever resolved...
Offline
Not officially. If you need a quick fix:
[pierrick@pierrick-desktop] /tmp/git/Piwigo-community $ git diff diff --git a/add_photos.php b/add_photos.php index 2f5654b..a125589 100644 --- a/add_photos.php +++ b/add_photos.php @@ -364,6 +364,7 @@ UPDATE '.IMAGES_TABLE.' ); } +if (false) pwg_mail_notification_admins( get_l10n_args('%d photos uploaded by %s', array(count($image_ids), $user['username'])), $keyargs_content,
Offline
Wouldn't have a clue how to slip that in...
Offline
I found the add_photos.php - but where I have to put in the code?
Or is there another option to switch off the upload-notifications?
Offline
Nobody can help me?
Offline
Pages: 1