diff --git a/html/inc/forum.inc b/html/inc/forum.inc index 61f402b3f5..d6691de9e2 100644 --- a/html/inc/forum.inc +++ b/html/inc/forum.inc @@ -214,6 +214,8 @@ function show_post($post, $thread, $logged_in_user, $n, $controls=FORUM_CONTROLS // by displaying the user id of the poster. // its cheap, easy, and doesn't require any additional database calls. echo "ID: $user->id
"; + printf("Credit: %.0f
", $user->total_credit); + printf("RAC: %.1f
", $user->expavg_credit); echo "\n\t\t ";