Announcement

#1 2013-09-10 22:49:38

VictorZ
Member
2013-09-10
2

Is it possible to disable webmaster notification of new uploads?

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

 

#2 2013-09-15 22:18:14

flop25
Piwigo Team
2006-07-06
7037

Re: Is it possible to disable webmaster notification of new uploads?

Hi and thx :)

sry for the late answer

I think the plugin Community will be update to disable that notif. I'm investigating


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#3 2013-09-17 15:32:10

VictorZ
Member
2013-09-10
2

Re: Is it possible to disable webmaster notification of new uploads?

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

 

#4 2014-06-14 20:09:29

fabioboscolo
Member
2014-03-22
7

Re: Is it possible to disable webmaster notification of new uploads?

any news on this subject?
there is any way to turn off email notifications on upload of every image?

best regards,
Fabio Boscolo

Offline

 

#5 2014-12-11 17:53:57

arumz
Guest

Re: Is it possible to disable webmaster notification of new uploads?

I am also interested in this function. I do not need to know every time a new photo has been uploaded by a user.

 

#6 2014-12-11 18:00:15

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13791

Re: Is it possible to disable webmaster notification of new uploads?

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

 

#7 2015-01-13 21:20:52

Sanna
Guest

Re: Is it possible to disable webmaster notification of new uploads?

An option to turn off email notifications would be greatly appreciated!

 

#8 2015-09-25 13:01:13

Jan_deman
Guest

Re: Is it possible to disable webmaster notification of new uploads?

@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.

 

#9 2016-01-11 09:11:57

Bb
Guest

Re: Is it possible to disable webmaster notification of new uploads?

... 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

 

#10 2016-03-25 09:35:06

Zimbandrew
Member
Harare
2016-03-10
15

Re: Is it possible to disable webmaster notification of new uploads?

Was this ever resolved...

Offline

 

#11 2016-03-25 09:44:42

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13791

Re: Is it possible to disable webmaster notification of new uploads?

Not officially. If you need a quick fix:

Code:

[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

 

#12 2016-04-09 09:17:54

Zimbandrew
Member
Harare
2016-03-10
15

Re: Is it possible to disable webmaster notification of new uploads?

Wouldn't have a clue how to slip that in...

Offline

 

#13 2017-10-25 23:09:54

Digidani
Member
2017-10-20
23

Re: Is it possible to disable webmaster notification of new uploads?

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

 

#14 2017-11-02 08:30:35

Digidani
Member
2017-10-20
23

Re: Is it possible to disable webmaster notification of new uploads?

Nobody can help me?

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact