This is an old version of this question!
Return to the current question
$25
Make cubepoints plugin give points for custom posts! Help!
I completely miscalculated how many things would hate custom post types, and have just spent a whole day moving my community added posts to a Custom-post type (around 12,000 posts), but now people aren't getting their cubepoints for creating them (grrrr).
In my crazed googling I found this, although no idea what it does.
http://code.google.com/p/cubepoints/source/browse/trunk/modules/custom_points.php?spec=svn32&r=32
And this is in their documentation
Found here - http://plugins.svn.wordpress.org/cubepoints/tags/2.1.1/docs/docs.html
Anyone have any experience with Cubepoints?The developers seem to believe it's pretty easy to create custom functions, but haven't gotten around to ever properly explaining how :(
Fingers and toes crossed.
In my crazed googling I found this, although no idea what it does.
http://code.google.com/p/cubepoints/source/browse/trunk/modules/custom_points.php?spec=svn32&r=32
And this is in their documentation
Modules System
Using the modules system to integrate with other plugins is easy. Simply add this code into your intergration codes, and your module information will be shown in CubePoints > Modules under WP Admin Panel
<?php
$cp_modules[] = array (
name => 'Module Name',
version => '1.0.0',
url => 'Module URL',
description => 'Module Description',
api_version => '1.0 (Do not change)',
author => 'Module Author',
author_url => 'Author URL'
);
?>
Found here - http://plugins.svn.wordpress.org/cubepoints/tags/2.1.1/docs/docs.html
Anyone have any experience with Cubepoints?The developers seem to believe it's pretty easy to create custom functions, but haven't gotten around to ever properly explaining how :(
Fingers and toes crossed.
kateM82 | 07/31/11 at 11:35am
