Jonathan Lau
Forum Replies Created
-
Forum: Plugins
In reply to: [CubePoints] No longer being developed?The next release of CubePoints will have core support for buddypress.
Hi, not at the moment. But thanks for your suggestion.
We will try to include this feature in the next release of CubePoints!
Forum: Plugins
In reply to: [CubePoints] No longer being developed?@mangoman: Appreciate your comments. If you’d like you may follow the development of CubePoints on Github.
@motwera: Thanks for your suggestions, we will do that soon. The only reason we’re holding that back is that the new version of CubePoints (in progress) is a complete rewrite and hence would have a totally different set of API.
Forum: Plugins
In reply to: [CubePoints] No longer being developed?To those who are still using CubePoints, we’d like to say we haven’t abandoned this project yet. As we’re full time students, we were pretty busy for the past year. Holidays have just started and we hope to resume development to make CubePoints compatible with the latest version of WordPress (wow, so many version changes) as well as to bring in new features.
For this, we need your support! Donations, ideas and beta-testing.
To donate, or find out how you can help, visit https://cubepoints.com.
Thanks!
Forum: Plugins
In reply to: [CubePoints] BrokenThis change should fix the problem.
Forum: Plugins
In reply to: [CubePoints] PHP Notice in AdminResolved in latest version (3.2.1).
Thanks.
Forum: Plugins
In reply to: [CubePoints] Customize new donate points box in 3.2.1You may customise the CSS.
It seems like your site’s theme is overriding the CSS from the pop-up box.I’ll look into this, thanks.
Forum: Plugins
In reply to: [CubePoints] "Limit Comment Points" not added as far as I can see?Missing files added back in version 3.2.1.
Thanks, and sorry for the mistake.
Forum: Plugins
In reply to: [CubePoints] "Limit Comment Points" not added as far as I can see?It seems like the new module got left out while being committed to the WordPress Subversion repository.
My apologies, it will be added in shortly.
Forum: Plugins
In reply to: [CubePoints] Error after updateMay I know which page are you seeing that error and which version of WordPress are you running?
I’ve tested an upgrade from v3.1.1 to v3.2 on a fresh install of WordPress 3.4.2 and I don’t see any of such errors.
Forum: Plugins
In reply to: [CubePoints] Error after updateHello,
May I ask which version of CubePoints are you upgrading from? Are you upgrading from CubePoints 1.x or 2.x?
Thanks.
Hi,
Could you explain further? Do you mean to say you want points to be awarded even if the post is published as a private post?
Forum: Plugins
In reply to: [CubePoints] [Plugin: CubePoints] Unable to update pointsApplying this fix should make it work too:
https://code.google.com/p/cubepoints/source/detail?r=88Changes will be pushed to the next update of CubePoints.
Did you put this code below the code you pasted?
Otherwise you need this line in front as well.$user = get_userdata($comment->user_id);
Try this:
if(function_exists('cp_module_ranks_getRank')){ echo cp_module_ranks_getRank($user->ID); }