Hi there,
first of of - thank you very much for your great product!!!
Due to the quirks with Menalto Gallery/PHP/Zend I had been "forced" to find a new home - here I am.
I was able to migrate my stuff from MG to ZEN within a few hours - the only feature I am missing is the possibility for users to subscribe to a album (and it's sub-albums) to be notified about new images via eMail.
Did I overlook this feature? Or is this maybe in an extension?
Thanks,
Marc
Comments
There is a 3rd party plugin for another maininglist tool to be used together with Zenphoto:
http://www.zenphoto.org/news/mailing-list-manager-with-zenphoto-and-mailman
No idea if that still works or else.
thanks for the quick reply ... actually in my case (only. ca 20 reg users) manual email would be ok - maybe, if more users would like to have this feature, we could make it a future feature request :-).
Cheers,
Marc
If you are up to some coding, it would not be too difficult to make a plugin that did the mailing. There is a filter named `new_image` which is invoked each time that a new image is discovered and there is a function, `zp_mail()` that takes care of sending mail messages.
So all you have to do is figure out who you want to notify and probably how to keep from flooding them with mail if you upload a lot of images.