Aşağıdaki işlemleri uygulayınız lütfen.
FTP ana dizinde bulunan global.php dosyasını herhangi bir kod editörü ile açınız;
Bul:
Değiştir:
Sonuç:
Saygılarımla, iyi forumlar.
FTP ana dizinde bulunan global.php dosyasını herhangi bir kod editörü ile açınız;
Bul:
PHP Kod:
$lang->welcome_back = $lang->sprintf($lang->welcome_back, build_profile_link($mybb->user['username'], $mybb->user['uid']), $lastvisit);
Değiştir:
PHP Kod:
$query = $db->simple_select("usergroups", "namestyle", "gid={$mybb->user['usergroup']}");
$welcome_user = $db->fetch_array($query);
$welcome_user = preg_replace('{{username}}', $mybb->user['username'], $welcome_user['namestyle']);
$lang->welcome_back = $lang->sprintf($lang->welcome_back, build_profile_link($welcome_user, $mybb->user['uid']), $lastvisit);
Sonuç:
Saygılarımla, iyi forumlar.

