Zeile 474 | Zeile 474 |
---|
{ // Reputation page is a part of a profile error_no_permission();
|
{ // Reputation page is a part of a profile error_no_permission();
|
| }
// Set display group to their user group if they don't have a display group. if(!$user['displaygroup']) { $user['displaygroup'] = $user['usergroup'];
|
}
// Fetch display group properties.
| }
// Fetch display group properties.
|
Zeile 491 | Zeile 497 |
---|
// Format the user name using the group username style $username = format_name($user['username'], $user['usergroup'], $user['displaygroup']);
|
// Format the user name using the group username style $username = format_name($user['username'], $user['usergroup'], $user['displaygroup']);
|
// Set display group to their user group if they don't have a display group. if(!$user['displaygroup']) { $user['displaygroup'] = $user['usergroup']; }
| |
// This user has a custom user title if(trim($user['usertitle']) != '')
| // This user has a custom user title if(trim($user['usertitle']) != '')
|