You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a problem with the profile page, it overrides the original author page, but it leaves out the option of sending an email to the user. See the following images:
The text was updated successfully, but these errors were encountered:
The email notifications should go into a separate package. I want to
create a notification center that not only sends email on direct
messages, but also on @mentions or followed #hashtags. And that has a
digest option.
The basic pattern is that packages emit events (e.g.
plonesocial.messaging.message_received) and that the notification
subscribes to those events and sends email.
I'd be happy with a bare-bones implementation that for now just sends
email on each message, as long as it's not too tightly bound to the
plonesocial.messaging code.
Netsight has a messaging package ready and I plan to work on
re-purposing that for plonesocial this fall.
:*CU#
Guido Stevens | +31.43.3618933 | http://cosent.nl
s o c i a l k n o w l e d g e t e c h n o l o g y
We have a problem with the profile page, it overrides the original author page, but it leaves out the option of sending an email to the user. See the following images:
The text was updated successfully, but these errors were encountered: