MyBB.de Forum
{$lang->welcome_back} - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Theme-Diskussionen (https://www.mybb.de/forum/forum-84.html)
+--- Thema: {$lang->welcome_back} (/thread-27801.html)



{$lang->welcome_back} - Cruzer - 06.04.2013

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.


RE: {$lang->welcome_back} - Michael - 06.04.2013

Hallo und willkommen,

öffne die Datei global.php und suche:
PHP-Code:
// Format the welcome back message
$lang->welcome_back $lang->sprintf($lang->welcome_backbuild_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);