Log of UserActivityPoints?

Eric Garrison asked on July 6, 2016 20:48

Question regarding Community features:

The system is incrementing and generating User Activity Points and storing the total in the CMS_UserSettings.[UserActivityPoints] field in the database. Does anyone know if there is tracking of points on a action detail level? I want to see that a user has 20 points from blog posts, 15 from forum post, etc.

Recent Answers


Trevor Fayas answered on July 6, 2016 21:48

I don't necessarily see a table that tracks that, but that doesn't mean you can't.

Take a look at Kentico's Global Events, if you can attach to the right one you can get the data and then insert it into a custom table that you can use to reference it.

https://docs.kentico.com/display/K9/Reference+-+Global+system+events

At minimum you can use the ObjectEvents.Update to catch the User SEttings update, may have to do some digging to get it going just how you want it, but it's doable!

0 votesVote for this answer Mark as a Correct answer

Eric Garrison answered on July 6, 2016 22:27

Trevor, That should work.

Do you know what [OM_Activity] and [OM_ActivityType] are for? the [OM_Activity] table is empty, but it looks like Type, there is rows that look like they are tied to Points.

43 Forum post 44 Blog comment

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.