Good morning, everyone.
I'm building a little social network with Elgg and I'm just loving it. But I would like to pre-check the e-mail section to all users in the group notifications settings.
I need that, anytime someone join a community, all the new discussions or files should generate an e-mail to alert all members (and this are disabled previously, the members should enable manually).
If it works with the pluggin Notifications Subject, it would be perfect. Anyone has any idea? Thank you guys so much
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
- lype@lype91

lype - 0 likes
- Juho Jaakkola@juho.jaakkola

Juho Jaakkola - 0 likes
- lype@lype91

lype - 0 likes
- Juho Jaakkola@juho.jaakkola

Juho Jaakkola - 0 likes
- lype@lype91

lype - 0 likes
- lype@lype91

lype - 0 likes
- Juho Jaakkola@juho.jaakkola

Juho Jaakkola - 0 likes
- Marcuslutz@marcuslutz

Marcuslutz - 0 likes
You must log in to post replies.I happened to have this in an existing plugin. You can create your own plugin from it:
Just replace the <method> part with the name of the notification method that you want to use. So in this case you would replace it with "email", so the relationship name becomes "notifyemail".
Got it. What about the start.php? It gets blank?
Thank you
You put that code into start.php. Also you'll need a manifest file: http://learn.elgg.org/en/1.9/guides/plugins.html#manifest-xml
The manifest.xml is this code you have posted, isn't it? And do you have start.php code for this plugin? I'm sorry for bothering you but it's the first time I use Elgg and I have never lerned php. Thanks for your attention.
The code I posted goes to start.php.
Here you can find a simple tutorial to help you get started with plugin development: http://learn.elgg.org/en/1.9/tutorials/hello_world.html
I've tried to use the start.php with the code you gave me and manifest.xml I used:
It's not working at all :( I'll give up this, a little too difficult to a newbie as like me. But thanks a lot for your patience
Isn't there any "already-built" plugin?
I'm not aware of one, but yes, there might already be an existing plugin somewhere.
Hello, I am still looking for a plug-in like this, and no success. I am a newbie too.