What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! Help » Notification Toast Problem

Notification Toast Problem
Author: Message:
BAW
New Member
*


Posts: 12
– / Male / –
Joined: Feb 2004
O.P. Notification Toast Problem
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)??
06-25-2006 05:32 PM
Profile E-Mail PM Find Quote Report
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
29 / Male / Flag
Joined: Apr 2006
Status: Away
RE: Notification Toast Problem
Make Scripts for it ;).
06-25-2006 05:35 PM
Profile E-Mail PM Web Find Quote Report
BAW
New Member
*


Posts: 12
– / Male / –
Joined: Feb 2004
O.P. RE: Notification Toast Problem
How?
06-25-2006 05:36 PM
Profile E-Mail PM Find Quote Report
szenti
New Member
*


Posts: 6
Joined: Jun 2006
RE: Notification Toast Problem
i don' think this was helpful :)
06-25-2006 05:36 PM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Notification Toast Problem
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]

.png File Attachment: events.png (35.67 KB)
This file has been downloaded 292 time(s).
06-25-2006 05:38 PM
Profile E-Mail PM Find Quote Report
BAW
New Member
*


Posts: 12
– / Male / –
Joined: Feb 2004
O.P. RE: Notification Toast Problem
is there no way to get rid of the %email% and just have the personal message that i make in the options?
06-25-2006 05:39 PM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Notification Toast Problem
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);
}
06-25-2006 05:45 PM
Profile E-Mail PM Find Quote Report
BAW
New Member
*


Posts: 12
– / Male / –
Joined: Feb 2004
O.P. RE: Notification Toast Problem
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"
06-26-2006 11:33 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On