Hi all,
Is it possible to get notification without join group? Its just like subscription of group. This is for just getting notification of discussion or blog added newly in group.
Thnaks in advance.
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Juho Jaakkola@juho.jaakkola

Juho Jaakkola - 0 likes
- Mike@MILAN_MALANI

Mike - 0 likes
You must log in to post replies.This should be possible. You just need a relationship called "notifyemail" or "notifysite" between user and a group. The name of the realtionship defines the notification method. The relationship can be added using add_entity_relationship() function.
Thanks buddy. It helps me a lot. Successfully done.