I am trying to change the default notification setting from "email" to "site" ( although I am using live notification system which replaces the "site" notification.
Found the configuration file in engine/lib/notification.php
From which function can I change the default from "email" to "site" ?
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.
- iionly@iionly

iionly - 0 likes
- elHayaze@hayaza

elHayaze - 0 likes
You must log in to post replies.There's a plugin that might help you:
http://community.elgg.org/mod/community_plugins/read.php?guid=508256
It turns off email notifications. This is done once for each user at first login after this plugin is enabled. It doesn't turn on "site" notification, but you might be able to find out how to do it by looking at the plugin code.
Great. Thanks iionly., I'll take a look at the code.