WP-Polls (with CubePoints)

HomeForumsModules ReleasesCubePoints / WP-Polls IntegrationWP-Polls (with CubePoints)

Viewing 15 posts - 1 through 15 (of 23 total)
Author Posts
Author Posts
June 14, 2010 at 8:10 am #1886
 Jonathan Lau

WP-Polls (with CubePoints) is a modified version of WP-Polls by Lester ‘GaMerZ’ Chan which works with the CubePoints Plugin.

CubePoints is a point management system designed for WordPress blogs while WP-Polls is a plugin that allow users to create polls.

WP-Polls (with CubePoints) bridges these two plugins to allow registered users to earn points by voting in a poll.

CubePoints is required for this plugin to work.

DOWNLOAD LINK: http://wordpress.org/extend/plugins/wp-polls-with-cubepoints/

June 14, 2010 at 8:22 pm #1887
 stewartie45

Fantastic, u guys are really great, we all appreciate it!!
now all we need is a bridge between cubepoints and the “member only” plugin at http://wordpress.org/extend/plugins/members-only/
so that you need a certain number of points to unlock a page,
Fantastic work guys, im looking forward to that download link!

*my site*
http://www.123surfwithme.co.uk/requestit

June 22, 2010 at 4:17 am #1888
 Jonathan Lau

The download link is out, sorry for the delay!
Was waiting for the plugin to be approved on wordpress.org

Would appreciate if you guys can test this out in WP3 as well and report any bugs (:

June 22, 2010 at 5:51 am #1889
 Michael

The link “Cubepoints” in administering leads me to nothing

edit:

I have a file called free time then I get the error(/wp-content/plugins/wp-polls-with-cubepoints/polls-cubepoints.php)
Fatal error: Call to undefined function current_user_can() in /var/www/web63/html/wp-content/plugins/wp-polls-with-cubepoints/polls-cubepoints.php on line 18

June 22, 2010 at 6:06 am #1890
 Jonathan Lau

Is that WP3?
What about older version of WP?

June 22, 2010 at 7:56 am #1891
 Michael

i use Wp3, sorry

July 2, 2010 at 12:47 am #1892
 seb

I am having trouble using this plugin in WP3 as well. Where am I meant to go in the interface to even create the poll?

edit– I just installed the original WP-Polls plugin and it works properly. Please look into making the WP-Polls w/CB work with WordPress 3.0!

July 2, 2010 at 2:00 am #1893
 seb

I was able to make it work just by adding

if( function_exists('cp_alterPoints') && is_user_logged_in() ){
    cp_alterPoints(cp_currentUser(), 2);
  }

in the appropriate spot in the original WP-Polls plugin.

July 2, 2010 at 3:00 am #1894
 Steve

I sent you a PM Seb, but where did you put that code, exactly?

July 4, 2010 at 1:54 am #1895
 principealverto

i install the WP-Polls (with CubePoints) and it works find, the only problem i have is when i go to the “Cubepoints” option on the polls menue.
It gives me a 500 Internatl Server Erro. It esay “The server encountered an internal error or misconfiguration and was unable to complete your request.”

is the only thing that is not working ad have no idea how to fix it. can someone please advise me on what to do buecause i have no idea what the problem is.

CubePoints and CubePoints Buddypress Integration are working find, but is the wp poll one that gives me that problem.

i am using WordPpress 2.9.2 and buddypress Versión 1.2.3
my site is http://zirocity.com

July 5, 2010 at 1:28 pm #1896
 rgkeenan

I have the exact same problem as Seb and Steve above.
Using WP 3.0,
BP 1.2.5.
CubePoints 2.1.3.

I downloaded and unzipped plugin.
Activated it.
However no admin interface shows up to create polls.

I was going to try Sebs Suggestion above however, like Steve, I have no idea where to insert said code.

Any further suggestions? Perhaps the newer version of CP (2.1.4)?

July 12, 2010 at 9:27 am #1897
 catalin

Has anyone manage to integrate WP polls with Cubepoint in WordPress 3.0? Please PM

July 12, 2010 at 11:30 am #1898
 rgkeenan

Catalin..

I have the same problem and got no response from anyone at CubePoint. Apparently no one else has either. I have PM’ed the admin and posted on WordPress.org for no avail either. I don’t think anyone is looking at this forum. Which is a shame because this has potential.

I would advise you to also PM the admin, perhaps if he/she receives enough PM on the same problem from likely all users who have upgraded to WP3 someone will pay attention and proffer a permanent fix.

That said.. I took the suggestion by Seb with help from Steve to get the basic point assignment working to reward users taking a poll last week.

Steves advice is as follows and worked perfectly for me.. I edited it in a text editor and added the code after line 1303 in wp-polls.php in the root of the wp-polls plugin directory.

If you want to edit in the WP editor.. this should work as well

In the php editor, control+f “Function: Vote Poll”
Add this (without quote marks):

“//SUCCESSFUL VOTE, ADD POINTS
if( function_exists(‘cp_alterPoints’) && is_user_logged_in() ){
cp_alterPoints(cp_currentUser(), 2);
}”

below this line: ‘$pollip_host’, ‘$pollip_timestamp’, ‘$pollip_user’, $pollip_userid)”);
}

and above this line: echo display_pollresult($poll_id,$poll_aid_array, false);

That should do it.

July 13, 2010 at 7:04 am #1899
 catalin

rgkeenan,
I’ve followed your instructions and made it! I work’s!. I saw that this cp_alterPoints(cp_currentUser(), x); and x is actually the number of points you give to your user;) I’ve tried to integrate a little wp-polls with wp-polls-with-cubepoints but with no succes.
What do you say about a quiz with cubepoints? If he answers correctly he gets the points. If not…. the quiz will be blocked for that user

July 13, 2010 at 11:00 am #1900
 Peter Zhang

@rgkeenan: Thanks a lot for your help! I apologize sincerely for the lack of activity, but please understand that we’re just teenagers, and there are a lot of things that we need to prioritize over this in life :X

Viewing 15 posts - 1 through 15 (of 23 total)

You must be logged in to reply to this topic.