-
xberserker posted on the forum topic Rank images not showing in the group CubePoints Buddypress Integration: 16 years, 1 month ago
I don’t have a WordPressMU site to test this one right now. But does the rank image display if you go to the CubePoints > Manage?
-
xberserker posted on the forum topic Suggested integration in the group CubePoints Buddypress Integration: 16 years, 1 month ago
@boonebgorges I’m using that one actually. But I need to figure out how to give points to both users instead of just the logged in user. This is the API CubePoints uses. // Add Points for Accepting a Friend Request function my_bp_friend_add_cppoints() { if( function_exists(‘cp_alterPoints’) && is_user_logged_in() ){…[Read more]
-
xberserker posted on the forum topic Suggested integration in the group CubePoints Buddypress Integration: 16 years, 1 month ago
@boonebgorges oh nice. I’m trying to figure out a similar function with the BuddyPress friend request/accept feature. What I would like to see happen is:
User sends a friend invite. When the friend request is accepted both the requester and new friend both gets points.
-
Tosh posted a new activity comment 16 years, 1 month ago
Just posted this stickied thead about it.
https://buddypress.org/community/groups/cubepoints-buddypress-integration/forum/topic/cubepoints-buddypress-intregration-showcase-sites-lets-see-your-website/ -
xberserker posted on the forum topic Suggested integration in the group CubePoints Buddypress Integration: 16 years, 1 month ago
@boonebgorges Thanks! 🙂
On the “accepted_email_invite” do_action. Would that give the person who accepted the invite points? Or the referrer? -
xberserker posted on the forum topic Rank images not showing in the group CubePoints Buddypress Integration: 16 years, 1 month ago
Try contacting the creating of CubePoints, not sure about the rank images not showing up. Are you on WordPressMU?
-
xberserker posted on the forum topic Share your rank images 18 x 18 Pixels in the group CubePoints Buddypress Integration: 16 years, 1 month ago
The parent plugin (CubePoints) you can enable ranks and rank images.
-
xberserker posted on the forum topic Scoreboard for leadership! in the group CubePoints Buddypress Integration: 16 years, 1 month ago
@Gpo1 I created a dedicated stickied thread to share ideas for rank images.
-
xberserker started the forum topic Share your rank images 18 x 18 Pixels in the group CubePoints Buddypress Integration: 16 years, 1 month ago
I’m going to sticky this topic for easy reference. @Gpo1 found these links to get us started.
http://www.wowwiki.com/WoWWiki:List_of_mini_icons
-
Tosh posted an update 16 years, 1 month ago
@electron88 Mind rating 5 stars here as well? https://wordpress.org/extend/plugins/cubepoints-buddypress-integration/
-
xberserker posted on the forum topic Scoreboard for leadership! in the group CubePoints Buddypress Integration: 16 years, 1 month ago
There is a widget that comes with CubePoints that displays the top members.
-
xberserker posted an update in the group CubePoints Buddypress Integration: 16 years, 1 month ago
Ok, guys. I’m heading out of town tomorrow. I’ll be back Monday.
-
xberserker posted on the forum topic Scoreboard for leadership! in the group CubePoints Buddypress Integration: 16 years, 1 month ago
^ I agree share those images if you use ranks with images.
-
xberserker posted on the forum topic How do I change points for Friend Requests, etc? in the group CubePoints Buddypress Integration: 16 years, 1 month ago
Not sure about that, would be nice to have a minimum of say 5 characters.
-
xberserker posted on the forum topic Limiting Abuse in the group CubePoints Buddypress Integration: 16 years, 1 month ago
I would like to see a good “Points Term of Service” write up. I’ve thought about making one. If any of you do create one, let’s see. My initial thought. If you are caught abusing the points system on this site. You will get “so many points” removed. If you are caught a second time, […]
-
Tosh posted an update 16 years, 1 month ago
@angeltarrant Mind rating the plugin here as well?
https://wordpress.org/extend/plugins/cubepoints-buddypress-integration/
-
Tosh posted a new activity comment 16 years, 1 month ago
Thanks! 🙂
-
xberserker posted on the forum topic How to tell if a person has uploaded a avatar only once? in the group Creating & Extending: 16 years, 1 month ago
I had that a little higher in my code, but I added another.
Edit: Tried that code you just added. Same :/
I’ll try again next week. Going out of town for the weekend tomorrow 😀 -
xberserker posted on the forum topic How to tell if a person has uploaded a avatar only once? in the group Creating & Extending: 16 years, 1 month ago
$avatar_dir = ‘avatars’; $item_id = $bp->displayed_user->id; $object = ‘user’; $avatar_folder_url = apply_filters( ‘bp_core_avatar_folder_url’, str_replace( WP_CONTENT_DIR, BP_AVATAR_URL, BP_AVATAR_UPLOAD_PATH ) . ‘/’ . $avatar_dir . ‘/’ . $item_id, $item_id, $object, $avatar_dir ); $avatar_folder_dir = apply_filters( ‘bp_core_av…[Read more]
-
xberserker posted on the forum topic How to tell if a person has uploaded a avatar only once? in the group Creating & Extending: 16 years, 1 month ago
I just copied over this stuff:
$avatar_folder_url = apply_filters( ‘bp_core_avatar_folder_url’, str_replace( WP_CONTENT_DIR, BP_AVATAR_URL, BP_AVATAR_UPLOAD_PATH ) . ‘/’ . $avatar_dir . ‘/’ . $item_id, $item_id, $object, $avatar_dir );
$avatar_folder_dir = apply_filters( ‘bp_core_avatar_folder_dir’, BP_AVATAR_UPLOAD_PATH . ‘/’ . $avatar_dir .…[Read more] - Load More
@xberserker
Active 9 years, 3 months ago
perfect