[REQUEST] New Inactive Icon / Change contact's nickname |
Author: |
Message: |
Firehalk
Junior Member
(Nicholas)
Posts: 71
36 / /
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 |
|
|
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
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
6910 days, 6 hours, 39 minutes, 47 seconds ago
|
|
07-23-2006 12:03 AM |
|
|
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 |
|
|
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
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
6910 days, 6 hours, 39 minutes, 47 seconds ago
|
|
07-23-2006 03:41 AM |
|
|
Firehalk
Junior Member
(Nicholas)
Posts: 71
36 / /
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 |
|
|
Silentdragon
Full Member
if(life==null && wrists) EmoAlert();
Posts: 148 Reputation: 2
34 / / –
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 |
|
|
Parsnipzilla
New Member
Posts: 3
Joined: Jul 2006
|
RE: [REQUEST] New Inactive Icon / Change contact's nickname
i though that you could already change their names
|
|
07-23-2006 11:25 AM |
|
|
Firehalk
Junior Member
(Nicholas)
Posts: 71
36 / /
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 |
|
|
The_Joker
Full Member
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 |
|
|
Firehalk
Junior Member
(Nicholas)
Posts: 71
36 / /
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 |
|
|
Pages: (2):
« First
[ 1 ]
2
»
Last »
|
|