Google

NukeCoder


View next topic
View previous topic
Post new topic   Reply to topic
Author Message
Leo




Joined: Oct 18, 2007
Posts: 12

PostPosted: Mon Nov 26, 2007 8:00 pm
Reply with quote

Hello everyone,

I am using PHPnuke 7.9 and I currently have the point system setup.but I dont know how do i create a user point status block? so the user know how many points they have left.

Thanks.
 
View user's profile Send private message
gotcha
Site Admin
Site Admin



Joined: Oct 25, 2004
Posts: 921

PostPosted: Mon Nov 26, 2007 10:59 pm
Reply with quote

Try putting this into a php file named block-Your_Points.php

php:
<?php
if ( !defined('BLOCK_FILE') ) {
    
Header("Location: ../index.php");
    die();
}

global 
$user$db$user_prefix;
$uinfo cookiedecode($user);
$current_user intval($uinfo[0]);
$result $db->sql_query("SELECT points FROM ".$prefix."_users WHERE user_id='$current_user'");
list(
$user_points) = $db->sql_fetchrow($result);

$content "You have <b>$user_points</b> points!"

?>
 
View user's profile Send private message Visit poster's website
Leo




Joined: Oct 18, 2007
Posts: 12

PostPosted: Mon Nov 26, 2007 11:50 pm
Reply with quote

Thank you very much... Smile
 
View user's profile Send private message
Leo




Joined: Oct 18, 2007
Posts: 12

PostPosted: Mon Nov 26, 2007 11:53 pm
Reply with quote

Well.. I just put it up... But it didnt show the points. only text only.

Can u help me out please?

Thanks
 
View user's profile Send private message
Leo




Joined: Oct 18, 2007
Posts: 12

PostPosted: Tue Nov 27, 2007 1:36 am
Reply with quote

it worked. but u have to add this $prefix,

into this code global $user, $db, $user_prefix;


thank u.
 
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 5 Hours
Forums ©