please can some explain what to do in plugin to get a phrase to works if we want change this text?
my code:
PHP Code:
$allowsmilie = '1';
$visible = '1';
//$message = construct_phrase($vbphrase['multiplelogin_alert'], htmlspecialchars_uni($vbulletin->userinfo['username']), $andids);
$message = htmlspecialchars_uni($vbulletin->userinfo
what to change - where put this?
PHP Code:
global $vbphrase;
$message = construct_phrase($vbphrase['multiplelogin_alert'], $vbulletin->userinfo['username'], $andids);
regards
macc