Quote:
Note: I am unable to get the call to construct_phrase with $vbphrase['multiplelogin_alert'] to work reliably, as such the $message variable is still set manually inside the plug-in and not via the phrase. If anyone has an idea of why this might not always work, I'm all ears.
|
PHP Code:
.
.
.
global $vbphrase;
$message = construct_phrase($vbphrase['multiplelogin_alert'], $vbulletin->userinfo['username'], $andids);
.
.
.
Regards,
Stoebi