Any idea on how messages can be automatically deleted after some days.
Will be useful to save some space in database especially when there is a high rate of messages flying around in one's 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.
- DhrupDeScoop@Dhrup2000

DhrupDeScoop - 0 likes
- slyhne@slyhne

slyhne - 0 likes
- jekwumoore@jekwumoore

jekwumoore - 0 likes
- Arsalan Shah@arsalanlee

Arsalan Shah - 0 likes
You must log in to post replies.Lolz + HaHa.. !
Tall Order !;-)
"automatically' ?
Learn about Elgg's Pseudo-CRON thang
OR
Real Linux CRON (not for the faint hearted;)
Well it's easy enough to create a cron job using Elgg, that combined with a function that deletes entities from age does the job.
In your plugins start.php you should just place a line like this, and create a function that does your thing :-)
register_plugin_hook('cron', 'weekly', 'your_cunning_function_cron_hook');
Good luck
I have not created any plugin. Never tried. I guess no solution for now
please make some plugin like this ?