CubePoints and BuddyPress Intregration?
-
I’ve been using CubePoints with my single WP install to get people on contribute to my site.
They get points for posts, comments, forum posts, daily visit. I have giveaways and they
donate there points to a lottery account that I randomly pick from.
http://wordpress.org/extend/plugins/cubepoints/
Anyway, they provide a simple API, so I was just wondering where I could put this code.
‘<php
if( function_exists(‘cp_alterPoints’) && is_user_logged_in() ){
cp_alterPoints(cp_currentUser(), 10);
}
?>’
So if they create a group they get some points, if they post an update/reply, etc.
You must be logged in to reply to this topic.
Download link is there as well. I haven’t tested CubePoints with WordPressMU.