-
xberserker posted on the forum topic Bug: Global white screen on activate in the group CubePoints Buddypress Integration: 14 years, 5 months ago
You’ll have to contact the cubepoint guys about that. I have no idea
-
xberserker posted on the forum topic admin to "give" points to a user manually in the group CubePoints Buddypress Integration: 14 years, 5 months ago
This plugin basically piggy backs off CubePoints so you just use the main plugin to do that.
One thing you could do is create a “cashier” username and give that user tons of points. Then you can just donate to others from the front end.
-
xberserker posted on the forum topic Bug: Global white screen on activate in the group CubePoints Buddypress Integration: 14 years, 5 months ago
Did you try the cubepoints beta for WP 3+?
http://cubepoints.com/forums/topic/cubepoints-214-beta-fix-for-wp3
-
xberserker posted on the forum topic Display points in forum posts in the group CubePoints Buddypress Integration: 14 years, 5 months ago
@r-a-y Tried this but it only displays the points of the logged in user.
$cp_pointsuser = bp_get_the_topic_poster_id();
if(function_exists('cp_displayPoints')){
cp_displayPoints($cp_pointsuser);
} -
xberserker posted on the forum topic Can’t Save Settings After Upgrade to 1.8.1 in the group CubePoints Buddypress Integration: 14 years, 5 months ago
Also is it not saving on the main blog or a extra networked blog?
-
xberserker posted on the forum topic Can’t Save Settings After Upgrade to 1.8.1 in the group CubePoints Buddypress Integration: 14 years, 5 months ago
Could try Version 1.7.6.6 then update to 1.8.2
I’m still not sure why it’s not saving I have a test site with wp 3.01 and it’s saving ok.
https://wordpress.org/extend/plugins/cubepoints-buddypress-integration/download/
-
Tosh posted a new activity comment 14 years, 5 months ago
Figures, lol. Soon after I say that I updates. Took almost 4 hours! Odd.. oh well.
-
xberserker posted an update in the group CubePoints Buddypress Integration: 14 years, 5 months ago
I uploaded 1.8.2 to fix a bug if you don’t have simple:press forum installed. But it’s not updating. Did I do something wrong. Here is the SVN https://plugins.svn.wordpress.org/cubepoints-buddypress-integration/
-
xberserker posted on the forum topic Donate to Specific Users Only in the group CubePoints Buddypress Integration: 14 years, 5 months ago
Try this out – https://buddypress.org/community/groups/cubepoints-buddypress-integration/forum/topic/how-to-force-a-max-donation/
I’ll think about specific users, because that’s something I’d like to limit as well.
-
xberserker posted on the forum topic Display points in forum posts in the group CubePoints Buddypress Integration: 14 years, 5 months ago
-
xberserker posted on the forum topic Display points in forum posts in the group CubePoints Buddypress Integration: 14 years, 5 months ago
https://svn.buddypress.org/trunk/bp-forums/bp-forums-templatetags.php
I think what we need might be in there. But the way BuddyPress finds the ID’s or at least than I have found is these pretty much:
$bp->displayed_user->id
$bp->loggedin_user->id -
xberserker posted on the forum topic Display points in forum posts in the group CubePoints Buddypress Integration: 14 years, 5 months ago
I tried a few things I think we are on the right track. It’s still only showing the persons logged in points for me.
-
xberserker posted on the forum topic Display points in forum posts in the group CubePoints Buddypress Integration: 14 years, 5 months ago
Which forum do you have on your site? Or are you talking about the buddypress group forums?
-
xberserker posted on the forum topic Can’t Save Settings After Upgrade to 1.8.1 in the group CubePoints Buddypress Integration: 14 years, 5 months ago
What version where you on before you upgraded?
-
xberserker posted on the forum topic Can’t Save Settings After Upgrade to 1.8.1 in the group CubePoints Buddypress Integration: 14 years, 5 months ago
Try uninstalling it then reinstalling it.
-
xberserker posted on the forum topic How to deduct points in Cubepoints in the group CubePoints Buddypress Integration: 14 years, 5 months ago
Interesting, what items do you have for sale that members can buy with points?
-
Tosh posted a new activity comment 14 years, 5 months ago
@mike32 Thanks do you mind rating it 5 stars on the wordpress site as well?
https://wordpress.org/extend/plugins/cubepoints-buddypress-integration/
-
xberserker posted on the forum topic Template Tags? in the group CubePoints Buddypress Integration: 14 years, 5 months ago
Here is how you display the points:
displayed_user->id); ?>
The rank title:displayed_user->id); ?>
The rank image:displayed_user->id)); ?>
If you don’t want them the ranks or points to show on the buddypress profile go to this file: cubepoints-buddypress-intregration/includes/bp-cubepoint-functions.php Go to the bottom of the file and look for…[Read more] -
xberserker posted on the forum topic Having a popup saying "Congratulations you just earned 3 points" or something like that? in the group CubePoints Buddypress Integration: 14 years, 5 months ago
I have something working on my test install but only for certain activities, not all of them. It’s something I’ve yet to figure out totally.
-
Tosh posted a new activity comment 14 years, 5 months ago
Had to fix a small bug with how it was pulling the group created data. Version 1.8.1 has just been uploaded look for it in about 15 mins.
- Load More
@xberserker
Active 8 years, 1 month ago
Figures, lol. Soon after I say that I updates. Took almost 4 hours! Odd.. oh well.