Shoutbox

Notification Toast Problem - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: WLM Plus! Help (/forumdisplay.php?fid=12)
+----- Thread: Notification Toast Problem (/showthread.php?tid=61362)

Notification Toast Problem by BAW on 06-25-2006 at 05:32 PM

Hey Guys;

When i make a notification to say a user is online i chose the personal message saying that "User Is Online"

Now..When the user signs in....the toast pops up with;

"User Has Signed On - Display Name..."
"User Is Online"

So it shows the user name has signed in and their display name and my personal notification under neath....how can i make it just what i put in the personal bit (User is online)??


RE: Notification Toast Problem by Felu on 06-25-2006 at 05:35 PM

Make Scripts for it ;).


RE: Notification Toast Problem by BAW on 06-25-2006 at 05:36 PM

How?


RE: Notification Toast Problem by szenti on 06-25-2006 at 05:36 PM

i don' think this was helpful :)


RE: Notification Toast Problem by matty on 06-25-2006 at 05:38 PM

If you have it set for all users then follow these two screens it will show

%email%
User is online

[Image: attachment.php?pid=675668]


RE: Notification Toast Problem by BAW on 06-25-2006 at 05:39 PM

is there no way to get rid of the %email% and just have the personal message that i make in the options?


RE: Notification Toast Problem by matty on 06-25-2006 at 05:45 PM

quote:
Originally posted by BAW
is there no way to get rid of the %email% and just have the personal message that i make in the options?
No, not without making a script to do this.

code:
function OnEvent_ContactSignin(sEmail){
    MsgPlus.DisplayToast('', 'User is online', '', 'OpenChatWindow', sEmail);
}

function OpenChatWindow(sParam) {
    Messenger.OpenChat(sParam);
}

RE: Notification Toast Problem by BAW on 06-26-2006 at 11:33 AM

Right ok...this is what i have;

[Image: e16yx.jpg]

So my toast shows both the user display name and then underneath is my personal message.....is this how its supposed to be? And is there no way i can remove it so it just displays my personal message "Harli is Online"