Quote:
Originally Posted by mokujin
You cant edit phrase with {1}
You need to edit file functions_login.php
at this line:
PHP Code:
print_standard_redirect(array('redirect_login', $vbulletin->userinfo['username']), true, true, $vbulletin->userinfo['languageid']);
and change $vbulletin->userinfo['username'] to $vbulletin->userinfo['usergroupid']
|
It's fixed now

Thank you very much sir. I changed to
Code:
print_standard_redirect(array('redirect_login', $vbulletin->userinfo['username'], $vbulletin->userinfo['usergroupid']), true, true, $vbulletin->userinfo['languageid']);
}
And in phrase i changed to
Code:
Thank you for logging in, {1}. ({2})
Now when i loggin it shows
Code:
Thank you for loggin in, finalfantasy. (6)