Hello I need some help to create a simply action with userpoints.

I need show a block with a big image how a certificate when user reach x points.

I was trying a php code in a block with getting user current points and works but anonymous users cant to see the value.

My php example code inside the block (doesnt work with anonymous users):


<?php

if ((userpoints_get_current_points($user->uid)) > 200) {
print "hello world";
}
?>

I hope anybody can help me to show the image block for anonymous. Sorry for my english.

Than you...

Comments

di360’s picture

Version: 6.x-1.x-dev » 6.x-1.2

Ups sorry wrong version original post:

Hello I need some help to create a simply action with userpoints.

I need show a block with a big image how a certificate when user reach x points.

I was trying a php code in a block with getting user current points and works but anonymous users cant to see the value.

My php example code inside the block (doesnt work with anonymous users):


if ((userpoints_get_current_points($user->uid)) > 200) {
print "hello world";
}

I hope anybody can help me to show the image block for anonymous. Sorry for my english.

Than you...

manuel.adan’s picture

Issue summary: View changes
Priority: Critical » Normal
Status: Needs work » Closed (outdated)

Closing this as outdated, 6.x version is no longer maintained.