Re: CubePoints and BuddyPress Intregration?
I’m going to let you try this on your own
Don’t worry! I’ll give you some hints.
Create a function like the above and then find the appropriate BP action to hook your function to.
Look in /buddypress/bp-activity.php. Do a search for “do_action”.
If you want more hints, the BP actions are:
– bp_activity_posted_update
– bp_activity_comment_posted
You might want to subtract points if someone deletes their own activity as well.