Function to get user actions

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?

 

//

  • 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.