To display user ID number in profiles, open /includes/functions_display.php file and find this line:
Code: Select all
'U_VIEW_PROFILE' => get_username_string('profile', $user_id, $username, $data['user_colour']),
Code: Select all
'USERID' => $data['user_id'],
{USERID}
gives the user number in text form. For example, the output for me is 2
.