Forum Replies Created
-
I don’t off hand I didn’t create the widget.
[Edit: Glad you found it ^-^ ] You can give everyone 100 points by using a cron job. Go to your “CubePoints – Configure” page and it’s at the bottom. You’ll have to log into your CPanel or whatever you use to run cron jobs.
I’ll look into the BP Links Plugin. Oh and btw version 1.5 added support for avatar uploads. Easier to keep updated with the “CubePoints Buddypress Integration” group. But I’ll keep this forum topic updated with new stuff as well.
I have a basic admin page created now. But still trying to figure out how to update the points from a admin screen, lol. Can anyone help me out a little?
@vee_bee Does wp-fb-connect work well? Can you assign them to be contributors or authors if need be? Site looks good

@vee_bee I’m using the BuddyPress Template Pack Plugin with my Single Install WP. So I updated my:
wp-content/themes/fusion/members/single/member-header.php file with this and it works great. Shows the points for the member your viewing at the moment. Tried to get the donate link to work as well. But no success just yet.These forums don’t allow you to embed code like the wordpress.org forums I guess. In the echo’s I’m just surrounding it with a bold tag
<?php
// Cubepoints for current user
echo ““;
if(function_exists(‘cp_displayPoints’)){
global $bp;
cp_displayPoints($bp->displayed_user->id);
}
echo ““;
// END Cubepoints
?>So how it displays on mine is:
User @user
1635 pointsactive 6 hours, 32 minutes ago
Cancel Friendship
Mention this User
Send Private Message@vee_bee Thanks I’ll give it a shot.
Can I get mine added to the list? Mine is BuddyPress Friendly.
CubePoints Buddypress IntegrationAnother way to earn points soon

Thanks, glad people are finding it useful!
I’ve been using it on my own site for a while now. So I thought I’d share the plugin love.
Please rate the plugin and vote if it works for you.Not with ranks. I’ll mention that to them. They are really busy lately. Not much time to work on it. I have time, but I’m fairly new to this, lol.
Ya, right now only the admin pages. I use this link in the sidebar after they are logged in:
http://www.mysite.net/wp-admin/admin.php?page=cp_user_logsI do have a public page that shows all the points users have earned on the site. Like so:
[cubepoints toplist 0]I would like to see the users points displayed on there buddypress profile. If I figure it out, I’ll let you guys know for sure.
@josh101 Good to hear, thanks for keeping us updated

Version 1.4 is now live! Adds support for Group Forums

@foxly Wow, that’s awesome news!! Congrats and thanks for answering my question
Can’t wait for the next version!+1
@foxly Are you still planning on putting in do_actions so I can included it in my points plugin?
[EDIT] Version 1.3 is now live! Please rate and vote on the plugin if it works for you. If not let me know and I’ll try to fix it.
Got points added for friend and friend request working! I’ll update the plugin shortly.
It’s something I can look into. Not sure how off hand. I do have CubePoints working with Simple:Press Forum though. But it’s a direct edit of a file.
Ya, people on my site use the BP Register page.That’s the only option they have. Just had one register 35 minutes ago actually and it did give them 100 points.
Ya, that would be cool if the My Points page was on the profile page or just not the admin part of wordpress. I didn’t create CubePoints, just this extension of it. So not sure why it’s not giving points for new users.
Do you have a point value on this page?
http://www.mysite.com/wp-admin/admin.php?page=cp_admin_config
Under “Number of points new members get for registering:”Here is the official thread on the new plugin
Download link is there as well. I haven’t tested CubePoints with WordPressMU.@r-a-y That works! You are a genius! That’s very helpful.
Thanks I added that admin code. Not sure if I understand how to make my Plugin BP-aware.
Is this correct? I tried this and it still works, so ..? lol Am I good? My plugin is only 1 file other than the readme.txt
// BuddyPress aware
function cubepointsbp() {
my ninja code here
}
if ( defined( 'BP_VERSION' ) )
cubepointsbp();
else
add_action( 'bp_init', 'cubepointsbp' );
// END BuddyPress awaremm, that’s a question to ask the makers of the CubePoints plugin. I’m just extending it’s use to BuddyPress right now.
Right now “Cubepoints Buddypress Integration” until I can think of a better name.
Will do! I’ll create a thread dedicated to it once it’s live. I also fixed it so when a admin deletes an activity they don’t get docked points