View previous topic :: View next topic
Author
Message
Scott Admin Staff Site Credits: 76447Items Joined: Oct 05, 2007 Posts: 853 1.85 posts per day Location: Over There ----->
Posted: Thu Oct 09, 2008 2:29 pm Post subject: Add user points to viewtopic - bbtonuke User Points Hack
Here is a tutorial of how to add user points to the user info on 'viewtopic'. Meaning when you post a message the users points will be displayed.
Open modules/Forums/viewtopic.php and find the following codes:
Code:
//
// Go ahead and pull all data for this topic
//
Under that is the sql that you need to add another column to the list. Within the sql find:
In-line after the comma add:
Next find the following codes:
Above that add the following:
Code:
$wsuserpoints = $postrow[$i]['points'];
Scroll close to the bottom of the file and find:
Code:
'RANK_IMAGE' => $rank_image,
Directly under that and on a new line add:
Code:
'WS_POINTS_TOTAL' => $wsuserpoints,
Save and close...
One more file to edit, this must be done for all your themes.
Open themes/YOUR_THEME/forum/viewtopic_body.tpl and find:
Code:
{postrow.POSTER_FROM}
Beside that add:
Code:
<br>User Points: {postrow.WS_POINTS_TOTAL}
Save and close..
This tutorial / hack is provided by You Must Register To View Links! No Activation Required! Get registred or enter the forums!
Scott _________________ Earn up to 15% Commision On Reffering A Friend To Our Web Services Through Our Affiliates Programme.
You Must Register To View Links! No Activation Required! Get registred or enter the forums!
Back to top
Marc Dedicated Member Site Credits: 754Items Joined: Oct 05, 2008 Posts: 80 0.84 posts per day Location: Scotland, uk
Posted: Thu Oct 09, 2008 7:17 pm Post subject:
eh what :S lol
Back to top
Cahjo *Dutch Translator* Site Credits: 5862Items Joined: Oct 06, 2007 Posts: 190 0.41 posts per day Location: The Netherlands
Posted: Thu Oct 09, 2008 8:54 pm Post subject:
Please Marc, post only usefull reactions.
Or re-write this one...
You are forum moderator, so everybody looks up to you how to write a message _________________ Best Regards,
A. Wittekoek
Forum Adminstrator
You Must Register To View Links! No Activation Required! Get registred or enter the forums!
Support:
E-mail: You Must Register To View Links! No Activation Required! Get registred or enter the forums!
Tel: 0044-845-244 7189-(UK)
Back to top
Scott Admin Staff Site Credits: 76447Items Joined: Oct 05, 2007 Posts: 853 1.85 posts per day Location: Over There ----->
Posted: Thu Oct 09, 2008 9:00 pm Post subject: Re:
Read the topic name, its a mod how-to on adding user points to the viewtopic.tpl as like in ours with the credit points.
Scott _________________ Earn up to 15% Commision On Reffering A Friend To Our Web Services Through Our Affiliates Programme.
You Must Register To View Links! No Activation Required! Get registred or enter the forums!
Back to top
Amazon.co.uk Widgets