Quote:
Originally Posted by Koutaru
I have a quick question, if I wanted Login As User as a phrase, how would I add that?
I added login_as_user as a phrase in group 28 which is the cpuser group but it's not loading? The phrase thing still confuses me a bit
|
Add a phrase in the group of "Control Panel User Management Phrases" and call it login_as_user. Then add the phrase you want it to have.
In the hack where you see:
Code:
"user.php?$session[sessionurl]do=loginasuser&userid=$userid"
=> "Login as User",
Replace with this:
Code:
"user.php?$session[sessionurl]do=loginasuser&userid=$userid"
=> $vbphrase['login_as_user'],
Hope This Helps.