Is there an opportunity for visitors to indicate whether they want to stay informed about new pictures that I place in the gallery module. That they will receive automatically an email if I place images in a sub-gallery or all the galleries.
I have instal Notification module but maybe that is not the solution.
Email when ad images to Gallery possible?
Re: Email when ad images to Gallery possible?
Unfortunately, the Gallery module doesn't register any of its own events (Event Manager under Extensions). Otherwise, you could write a small User Defined Tag to send an email whenever the Add Images event occurs. You would probably want your PHP written to send only once per day regardless of how many images were uploaded.
Then, you could use something like Newsletters Made Simple as a way for people to subscribe to the list.
Even though the Gallery doesn't register an event, CMSMS allows tasks to be run. In the /lib/task/ directory, check out one of the included tasks files as an example of how to run a task using the CMSMS cron.
Then, you could use something like Newsletters Made Simple as a way for people to subscribe to the list.
Even though the Gallery doesn't register an event, CMSMS allows tasks to be run. In the /lib/task/ directory, check out one of the included tasks files as an example of how to run a task using the CMSMS cron.
"The art of life lies in a constant readjustment to our surroundings." -Okakura Kakuzo
--
LinkedIn profile
--
I only speak/write in English so I may not translate well on International posts.
--
--
LinkedIn profile
--
I only speak/write in English so I may not translate well on International posts.
--
Re: Email when ad images to Gallery possible?
Thank you for your explanation. PHP programming, unfortunately, is beyond my scope.


