Re: CubePoints and BuddyPress Intregration?
Ok, guys. I requested for it to be added to the WordPress.org Plugin Directory. Wish me luck! How long does it take to get accepted for the first time?
BTW, where should I add this chunk of code so when admins delete a update they don’t get points taken away.
global $bp;
if ( !$bp->loggedin_user->is_site_admin )
return false;