// oldest first or newest first if ($postorder==0) { $postorder=""; } else { $postorder="DESC"; }
// Start display points hack $points=$bbuserinfo['storep']; if ($points < 1000 && $foruminfo['forumid'] == 51 && $bbuserinfo['usergourid']!=0){ $userpoints=$points; } else { $userpoints=""; }