Find:
PHP Code:
// oldest first or newest first
if ($postorder==0) {
$postorder="";
} else {
$postorder="DESC";
}
Above that add:
PHP Code:
// Start display points hack
$points=$bbuserinfo['storep'];
if ($points < 1000 && $foruminfo['forumid'] == 51 && $bbuserinfo['usergourid']!=0){
$userpoints=$points;
} else {
$userpoints="";
}
Put $userpoints anywhere in the showthread template to display it.