Image/Video notifications




Become a fan of Composr on Facebook or add me as a friend. Add me on on Mastodon. Follow me on Minds (where I am most active). Support me on Patreon
- If not, please let us know how we can do better (please try and propose any bigger ideas in such a way that they are fundable and scalable).
- If so, please let others know about Composr whenever you see the opportunity or support me on Patreon.
- If my reply is too Vulcan or expressed too much in business-strategy terms, and not particularly personal, I apologise. As a company & project maintainer, time is very limited to me, so usually when I write a reply I try and make it generic advice to all readers. I'm also naturally a joined-up thinker, so I always express my thoughts in combined business and technical terms. I recognise not everyone likes that, don't let my Vulcan-thinking stop you enjoying Composr on fun personal projects.
- If my response can inspire a community tutorial, that's a great way of giving back to the project as a user.


Chris Graham said
Do you have the "New image/video added" notification set on your account?
From “Post #6,160”, 10th December 2019, 2:30 am
I've been out of pocket during the holidays so getting back to work on this.
Yes, Forum topic activity, New blog/news article added, New image/video added are all set for email. The notifications are going out for Forum activity but not for blogs/news or image/videos.


Automated fix message
This issue has now been filed on the tracker as issue #4035, with a fix.treedood said
No notifications are being sent when images or videos are uploaded to the galleries. Other notifications (birthdays, new members, etc.) are o.k. Any suggestions on where I should look to resolve?


admin said
This issue has now been filed on the tracker as issue #4035, with a fix.
From “Automated fix message”, 11th January 2020, 6:10 pm
That seems to have fixed the problem.
Another question related to the notification system…Is there a way to make certain notifications enabled by default on member signup but still allow them to change it afterwards (not locked down)?


0002447: Bulk set notifications for users / defaults - Composr CMS feature tracker
There are a few possible workarounds for v10, none hugely simple. The easiest is probably to set up triggers in MySQL so that new notification rows are added for any new record in the cms_f_members table:
https://dev.mysql.com/doc/refman/5.7/en/trigger-syntax.html
I've never used triggers myself so I don't know exactly how you'd do it.
Become a fan of Composr on Facebook or add me as a friend. Add me on on Mastodon. Follow me on Minds (where I am most active). Support me on Patreon
- If not, please let us know how we can do better (please try and propose any bigger ideas in such a way that they are fundable and scalable).
- If so, please let others know about Composr whenever you see the opportunity or support me on Patreon.
- If my reply is too Vulcan or expressed too much in business-strategy terms, and not particularly personal, I apologise. As a company & project maintainer, time is very limited to me, so usually when I write a reply I try and make it generic advice to all readers. I'm also naturally a joined-up thinker, so I always express my thoughts in combined business and technical terms. I recognise not everyone likes that, don't let my Vulcan-thinking stop you enjoying Composr on fun personal projects.
- If my response can inspire a community tutorial, that's a great way of giving back to the project as a user.


I thought that maybe the issue was related to not applying the lockdowns until after the site had been running for several months. To test the theory, I did a "clone" of the site in a subdomain, changed all the member email addresses to aliases pointed to the site domain default account, and cleaned out all the existing entries in the notifications_enabled database table. After doing that, I did several forum, image, and blog entries to see if anything was different. I'm seeing the same behavior I see on the "real" site. If there is a consistent pattern to which members receive emails, I haven't been able to find it.
At this point, I'm stumped. Any insight or suggestions would be appreciated.


"Smart topic notification" would have an impact on the forum, but should not affect the other content types you mentioned.
Please confirm this summarises your issue, to make sure I understand:
You have locked down certain "new content added"-like notifications so all members get e-mails. However, not all members are getting e-mails, as indicated in the e-mail log, and it is inconsistent.
Become a fan of Composr on Facebook or add me as a friend. Add me on on Mastodon. Follow me on Minds (where I am most active). Support me on Patreon
- If not, please let us know how we can do better (please try and propose any bigger ideas in such a way that they are fundable and scalable).
- If so, please let others know about Composr whenever you see the opportunity or support me on Patreon.
- If my reply is too Vulcan or expressed too much in business-strategy terms, and not particularly personal, I apologise. As a company & project maintainer, time is very limited to me, so usually when I write a reply I try and make it generic advice to all readers. I'm also naturally a joined-up thinker, so I always express my thoughts in combined business and technical terms. I recognise not everyone likes that, don't let my Vulcan-thinking stop you enjoying Composr on fun personal projects.
- If my response can inspire a community tutorial, that's a great way of giving back to the project as a user.


Chris Graham said
I'll look into this.
"Smart topic notification" would have an impact on the forum, but should not affect the other content types you mentioned.
Please confirm this summarises your issue, to make sure I understand:
You have locked down certain "new content added"-like notifications so all members get e-mails. However, not all members are getting e-mails, as indicated in the e-mail log, and it is inconsistent.
From “Post #6,655”, 5th May 2020, 6:02 am
Correct.
If it would be helpful, I can PM you the URL and an admin login password for the test site.


Make sure any members you expect to receive e-mails:
- Have access to the content (that includes: zone, page, & category access)
- Have an e-mail address set
- Are not banned
- Are not excluded due to privacy settings on the content
If it's still an issue, point me to a specific notification scenario that didn't send a notification you expected. E.g. "I added a gallery image <link> to the foobar gallery <link> on 7th May at 10:15pm ET, and BobbyBob <link> didn't get a notification even though I have locked it on, but SusySue <link> did", and e-mail the access I'll need to verify it all to chris@ocproducts.com.
Become a fan of Composr on Facebook or add me as a friend. Add me on on Mastodon. Follow me on Minds (where I am most active). Support me on Patreon
- If not, please let us know how we can do better (please try and propose any bigger ideas in such a way that they are fundable and scalable).
- If so, please let others know about Composr whenever you see the opportunity or support me on Patreon.
- If my reply is too Vulcan or expressed too much in business-strategy terms, and not particularly personal, I apologise. As a company & project maintainer, time is very limited to me, so usually when I write a reply I try and make it generic advice to all readers. I'm also naturally a joined-up thinker, so I always express my thoughts in combined business and technical terms. I recognise not everyone likes that, don't let my Vulcan-thinking stop you enjoying Composr on fun personal projects.
- If my response can inspire a community tutorial, that's a great way of giving back to the project as a user.


Automated fix message
This issue has now been filed on the tracker as issue #4250, with a fix.treedood said
No notifications are being sent when images or videos are uploaded to the galleries. Other notifications (birthdays, new members, etc.) are o.k. Any suggestions on where I should look to resolve?