What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Release] NickChange 1.5

Pages: (9): « First « 1 2 3 4 [ 5 ] 6 7 8 9 » Last »
1 votes - 5 average   [Release] NickChange 1.5
Author: Message:
J-Thread
Full Member
***

Avatar

Posts: 467
Reputation: 8
– / Male / –
Joined: Jul 2004
O.P. RE: [Release] NickChange 1.2
Thanks for these idea's, I really appreciate them, and I will think about them(Y)
11-03-2006 10:18 PM
Profile E-Mail PM Find Quote Report
stuartbennett
Senior Member
****

Avatar

Posts: 952
Reputation: 1
43 / Male / Flag
Joined: Nov 2003
RE: [Release] NickChange 1.2
no probs j-thread anything to help.
11-03-2006 11:07 PM
Profile E-Mail PM Web Find Quote Report
yum9me
Junior Member
**


Posts: 20
– / Male / –
Joined: Jan 2005
RE: RE: [Release] NickChange 1.2
quote:
Originally posted by stuartbennett

if your computer dies youll lose all those wonderful nicknames you spent hours designing so why not add functionality for users to export their lists to a dingle file that after a format they can just go into nickchange click the import button and viola all there nicknames and nickchanges settings are fully restored.

You can get your nicknames list from
"C:\Program Files\Messenger Plus! Live\Scripts\NickChange"
or whatever directory your Messenger Plus! Live has been installed to. It is the .txt file. When you open it you will know its the one ;)
[Image: yum9me.png]
11-19-2006 06:47 AM
Profile E-Mail PM Find Quote Report
stuartbennett
Senior Member
****

Avatar

Posts: 952
Reputation: 1
43 / Male / Flag
Joined: Nov 2003
RE: [Release] NickChange 1.2
true.
11-19-2006 08:40 AM
Profile E-Mail PM Web Find Quote Report
yum9me
Junior Member
**


Posts: 20
– / Male / –
Joined: Jan 2005
RE: [Release] NickChange 1.2
Also another suggestion would be a character counter. Maybe a little counter somewhere that tells you how many characters you have used (including the prefix and postfix). This would be good so you don't go over the Nickname character limit and names don't get cut off and stuff.
[Image: yum9me.png]
11-20-2006 03:31 AM
Profile E-Mail PM Find Quote Report
stuartbennett
Senior Member
****

Avatar

Posts: 952
Reputation: 1
43 / Male / Flag
Joined: Nov 2003
RE: [Release] NickChange 1.2
quote:
Originally posted by yum9me
Also another suggestion would be a character counter. Maybe a little counter somewhere that tells you how many characters you have used (including the prefix and postfix). This would be good so you don't go over the Nickname character limit and names don't get cut off and stuff.

i second that, sounds like a cool idea.
11-20-2006 06:02 AM
Profile E-Mail PM Web Find Quote Report
kvnhmmd
Junior Member
**

Avatar

Posts: 52
35 / Male / –
Joined: Aug 2006
Huh?  RE: [Release] NickChange 1.2
OK, that toast that pops up every time i sign onto messenger that says the NickChanger's settings, lets say that I didn't want that to pop up anymore. What would I change in the script to disable that toast? ^o)
BTW, nice script:D(Y)
[Image: userbar687312to.gif]
11-26-2006 02:06 AM
Profile E-Mail PM Web Find Quote Report
Jarrod
Veteran Member
*****

Avatar
woot simpson

Posts: 1304
Reputation: 20
– / Male / Flag
Joined: Sep 2006
RE: [Release] NickChange 1.2
i use the holiday counter to count to down to an event and it uses a tag (!XHCOUNT) i want that in my name sufix but when i try it it just displays the tag not what should be replacing it can i fix this?

[Image: 5344.png]
[Image: sig.png]

A.k.a. The Glad Falconer














11-26-2006 02:10 AM
Profile E-Mail PM Find Quote Report
J-Thread
Full Member
***

Avatar

Posts: 467
Reputation: 8
– / Male / –
Joined: Jul 2004
O.P. RE: RE: [Release] NickChange 1.2
quote:
Originally posted by kvnhmmd
OK, that toast that pops up every time i sign onto messenger that says the NickChanger's settings, lets say that I didn't want that to pop up anymore. What would I change in the script to disable that toast? ^o)
BTW, nice script:D(Y)


Remove the following piece of code (line 500):
code:
   if(Signin) {
      // Make the user aware of the plugin
      var sec = Settings['Interval'] % 60;
      var min = ((Settings['Interval'] - sec) / 60) % 60;
      var hour = (((Settings['Interval'] - sec) / 60) - min) / 60;
      MsgPlus.DisplayToast("NickChange Plugin", "NickChange Plugin is still on\r\nInterval: "+hour+"h "+min+"m "+sec+"s\r\nOrder: "+(Settings['IsRandom']?"Random":"Sorted")+"\r\nChange: "+(Settings['ChangePSM']?"Personal Message":"Display Name"));
   }
11-26-2006 09:55 PM
Profile E-Mail PM Find Quote Report
yum9me
Junior Member
**


Posts: 20
– / Male / –
Joined: Jan 2005
RE: RE: RE: [Release] NickChange 1.2
quote:
Originally posted by J-Thread
quote:
Originally posted by kvnhmmd
OK, that toast that pops up every time i sign onto messenger that says the NickChanger's settings, lets say that I didn't want that to pop up anymore. What would I change in the script to disable that toast? ^o)
BTW, nice script:D(Y)


Remove the following piece of code (line 500):
code:
   if(Signin) {
      // Make the user aware of the plugin
      var sec = Settings['Interval'] % 60;
      var min = ((Settings['Interval'] - sec) / 60) % 60;
      var hour = (((Settings['Interval'] - sec) / 60) - min) / 60;
      MsgPlus.DisplayToast("NickChange Plugin", "NickChange Plugin is still on\r\nInterval: "+hour+"h "+min+"m "+sec+"s\r\nOrder: "+(Settings['IsRandom']?"Random":"Sorted")+"\r\nChange: "+(Settings['ChangePSM']?"Personal Message":"Display Name"));
   }


Could you in a later release make it an option so we don't have to modify any code and if we decided we want it again we don't have the problem of re-inserting it?
[Image: yum9me.png]
11-26-2006 11:03 PM
Profile E-Mail PM Find Quote Report
Pages: (9): « First « 1 2 3 4 [ 5 ] 6 7 8 9 » 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