diff --git a/root/portal/includes/functions.php b/root/portal/includes/functions.php index b9aee515..8d99d395 100644 --- a/root/portal/includes/functions.php +++ b/root/portal/includes/functions.php @@ -251,10 +251,7 @@ function phpbb_fetch_posts($forum_from, $permissions, $number_of_posts, $text_le while ( $row = $db->sql_fetchrow($result) ) { - if ($row['user_id'] != ANONYMOUS && $row['user_colour']) - { - $row['username'] = '' . $row['username'] . ''; - } + $row['username'] = get_username_string('full', $row['user_id'], $row['username'], $row['user_colour'])) . ''; // Pull attachment data $sql2 = 'SELECT *