+
+ id\">
+
";
echo user_links($user);
@@ -530,16 +532,18 @@ function show_post(
$user->nposts = BoincPost::count("user=$user->id");
}
- if(function_exists('project_forum_user_info')){
+ if (function_exists('project_forum_user_info')){
project_forum_user_info($user);
- } else { // default
+ } else {
// circumvent various forms of identity spoofing
// by displaying the user id of the poster.
//
echo "Posts: $user->nposts ";
echo "ID: ".$user->id." ";
- echo "Credit: ".number_format($user->total_credit)." ";
- echo "RAC: ".number_format($user->expavg_credit)." ";
+ if (!no_computing()) {
+ echo "Credit: ".number_format($user->total_credit)." ";
+ echo "RAC: ".number_format($user->expavg_credit)." ";
+ }
}
echo " | ";
@@ -580,8 +584,12 @@ function show_post(
}
echo "
This post has been filtered (rating: ".($post->rating()).")$andtext, press id."&filter=false#".$post->id."\">here to view this thread without filtering";
}
- echo "