Quote:
Originally Posted by MPDev
I tried to make it work using phrases; but was unsuccessful...
|
It looks like a scope issue. Your product is using the login_verify_success hook, which is in a function that only globals the $vbulletin variable. Try adding global $vbphrase; before you call construct_phrase and see if that makes the 'multiplelogin_alert' phrase available.