What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [REQUEST] New Inactive Icon / Change contact's nickname

Pages: (2): « First [ 1 ] 2 » Last »
[REQUEST] New Inactive Icon / Change contact's nickname
Author: Message:
Firehalk
Junior Member
**

Avatar
(Nicholas)

Posts: 71
36 / Male / Flag
Joined: Oct 2004
O.P. [REQUEST] New Inactive Icon / Change contact's nickname
Hey guys,

I've notice that Plus Live detects when someone is really away from the computer, displaying a message on the status info saying "Inactive" instead of "Away".

Well, This is really great, but since the icon of the status does not change, it's hard to see that info.

So, Is it possible to create a script that changes the contact nickname to something like "[Inactive] Joseph" ?

I think it would be pretty useful.

Thanks!

Nicholas
07-22-2006 11:25 PM
Profile E-Mail PM Find Quote Report
cloudhunter
Senior Member
****


Posts: 536
Reputation: 18
37 / – / –
Joined: Dec 2005
RE: [REQUEST] New Inactive Icon / Change contact's nickname
Well I don't think the Messenger Plus! Live scripting system has access to the nickname alteration :(

Cloudy
[Image: cloudy.jpg]
Sig by pirateok/marisaok/marisa ;)
quote:
Originally posted by Moulin Rouge
The greatest thing you'll ever learn, is just to love and be loved in return

6711 days, 19 hours, 32 minutes, 33 seconds ago
07-23-2006 12:03 AM
Profile E-Mail PM Find Quote Report
Falco Lombardi
New Member
*


Posts: 3
Joined: Jul 2006
RE: [REQUEST] New Inactive Icon / Change contact's nickname
How about changing the actual icon to something new, is that possible?
07-23-2006 03:01 AM
Profile E-Mail PM Find Quote Report
cloudhunter
Senior Member
****


Posts: 536
Reputation: 18
37 / – / –
Joined: Dec 2005
RE: [REQUEST] New Inactive Icon / Change contact's nickname
Yet again, isn't possible within the scripting system :(

Cloudy
[Image: cloudy.jpg]
Sig by pirateok/marisaok/marisa ;)
quote:
Originally posted by Moulin Rouge
The greatest thing you'll ever learn, is just to love and be loved in return

6711 days, 19 hours, 32 minutes, 33 seconds ago
07-23-2006 03:41 AM
Profile E-Mail PM Find Quote Report
Firehalk
Junior Member
**

Avatar
(Nicholas)

Posts: 71
36 / Male / Flag
Joined: Oct 2004
O.P. RE: [REQUEST] New Inactive Icon / Change contact's nickname
Cloud,

and how about sending you a message from the contact saying that he is inactive from the computer? Is that possible?

If not, then I think another way is sending a toast to me, saying that the user is inactived.

I think that resource of detecting when the user is really away from the computer, should be more visible. There are many ways to do that, I'm pretty sure that one of them can be done.

Oh, another question: with how much time plus live displays the user as being really away from the computer? it can not be personalized via script, can it?

If yes would be the answer, the script could have a field to define that too.

This post was edited on 07-23-2006 at 06:36 AM by Firehalk.
07-23-2006 06:33 AM
Profile E-Mail PM Find Quote Report
Silentdragon
Full Member
***

Avatar
if(life==null && wrists) EmoAlert();

Posts: 148
Reputation: 2
34 / Male / –
Joined: Jun 2006
RE: [REQUEST] New Inactive Icon / Change contact's nickname
code:
function OnEvent_ContactStatusChange(Email,NewStatus) {
        if(NewStatus == 6) {
                var contact = Contacts.GetContact(Email);
                MsgPlus.DisplayToastContact("Idle Alert",contact.Name,"Has gone idle.");
        }
}

Something like that should do it for you. Should work, but can't really test it out right now.

This post was edited on 07-23-2006 at 06:56 AM by Silentdragon.
07-23-2006 06:49 AM
Profile E-Mail PM Web Find Quote Report
Parsnipzilla
New Member
*


Posts: 3
Joined: Jul 2006
Huh?  RE: [REQUEST] New Inactive Icon / Change contact's nickname
i though that you could already change their names
07-23-2006 11:25 AM
Profile E-Mail PM Find Quote Report
Firehalk
Junior Member
**

Avatar
(Nicholas)

Posts: 71
36 / Male / Flag
Joined: Oct 2004
O.P. RE: RE: [REQUEST] New Inactive Icon / Change contact's nickname
quote:
Originally posted by Parsnipzilla
i though that you could already change their names


Yeah, I thought that too, since plus let you change your contact's nicknames, but...

Hmmm Thanks for the code, dragon. I will try it.

Can someone tell me how much time is set to display the user as inactive? Or if it is personalizable?

Nicholas
07-23-2006 04:07 PM
Profile E-Mail PM Find Quote Report
The_Joker
Full Member
***

Avatar
TF

Posts: 125
Joined: Oct 2005
RE: [REQUEST] New Inactive Icon / Change contact's nickname
Personalizable.
Tools --> Options --> Personal --> Show me as idle after [x] minutes.

This post was edited on 07-23-2006 at 05:03 PM by The_Joker.
Messenger Plus! 3.61 unofficial Hebrew translator
Messenger Plus! Live unofficial Hebrew translator
07-23-2006 05:02 PM
Profile PM Find Quote Report
Firehalk
Junior Member
**

Avatar
(Nicholas)

Posts: 71
36 / Male / Flag
Joined: Oct 2004
O.P. RE: RE: [REQUEST] New Inactive Icon / Change contact's nickname
quote:
Originally posted by The_Joker
Personalizable.
Tools --> Options --> Personal --> Show me as idle after [x] minutes.


Joker... this is a joke, right?!

I'm talking about inactive function, not AWAY function.

Inactive is showed (by Plus Live, not by Messenger Live) when the user is really away from messenger, not when you simply turns your status to idle or when you put that to automatic.

This post was edited on 07-23-2006 at 05:15 PM by Firehalk.
07-23-2006 05:14 PM
Profile E-Mail PM Find Quote Report
Pages: (2): « First [ 1 ] 2 » Last »
« 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