1.3.3 (2012.01.03):
View Jerome Bakker's plugins
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.
Damn. Exactly what I'm looking for, apart from being for 1.7. Would love to able to migrate, but I just don't know enough about elgg yet...
@DeFre: before the weekend there will be a (beta) release for Elgg 1.8
@DeFre:
As promised the first release for Elgg 1.8 can be found here http://community.elgg.org/pg/plugins/release/852595/developer/jeabakker/digest
It's a beta releasse for now, after you tested it you can use it in a production environment
FYI, I was going crazy trying to figure out why this wouldn't work on my site (elgg v. 1.8). The problem was not with the plugin, but with my crontab setup--Elgg uses GET to retrieve a page and trigger the crontab, but I didn't have GET installed on my server. I could have saved myself a lot of trouble by reading crontab.example (elgg/documentation/examples/crontab.example) a lot sooner. BTW, if you need to specify wget instead of get (as I did), make sure to dump the output to dev/null. Also, if you don't want a whole bunch of emails, dump the output of each individual cron to dev/null, too (follow each entry with &> /dev/null).
Please tell how to add cron job for digest mails. My server doen't see to running cron. I need to add cron jobs manually.