Ich habe ein Problem mit der Sprachvariable {$lang->welcome_back}. Ich will dass im Panel der Username nicht als Link angezeigt wird, und finde keine Möglichkeit dies zu definieren.
// Format the welcome back message $lang->welcome_back = $lang->sprintf($lang->welcome_back, build_profile_link($mybb->user['username'], $mybb->user['uid']), $lastvisit);
Ersetzen durch:
PHP-Code:
// Format the welcome back message $lang->welcome_back = $lang->sprintf($lang->welcome_back, $mybb->user['username'], $lastvisit);