Hi, i should develop a plugin for a university project about a users recommender system.
I need to get users's history about groups and page (join, create, comment etc...).
Does exist any function that returns me a view about this?
//
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
- Cash@costelloc
Cash - 0 likes
You must log in to post replies.this is a very good idea !
please shoot right ahead and do the PHP/ Elgg code for this new plugin and please please release your code to the Elgg community for free $0 thx
There are a few places to get that information. The first place I would start is the river. It contains all the major events that occur on the site (like you said creating groups, joining groups, commenting, etc). The second place is the system log. It has more low level information.