What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! Help » How to change the Windows Live Messanger title?

How to change the Windows Live Messanger title?
Author: Message:
Sertion
New Member
*

Avatar
WootWoot?

Posts: 5
– / Male / Flag
Joined: Aug 2008
O.P. How to change the Windows Live Messanger title?
I want, as the title applies, change the WLM chat-window-title from [Image: 821824.png] to something more like [Image: 212095.png]

Is this possible?
08-12-2008 10:21 PM
Profile E-Mail PM Find Quote Report
djdannyp
Elite Member
*****

Avatar
Danny <3 Sarah

Posts: 3546
Reputation: 31
37 / Male / Flag
Joined: Mar 2006
RE: How to change the Windows Live Messanger title?
with the latest version of messenger plus, the title does show in the manner in which you are asking, i.e. it shows just the number of tabbed conversations open in brackets before the name of whichever conversation is focused.


which version of messenger plus are you running?
[Image: 1ftt0hpk-signature.png]
AutoStatus Script || Facebook Status Script
5224 days, 11 hours, 31 minutes, 20 seconds ago
08-12-2008 10:58 PM
Profile E-Mail PM Find Quote Report
Sertion
New Member
*

Avatar
WootWoot?

Posts: 5
– / Male / Flag
Joined: Aug 2008
O.P. RE: How to change the Windows Live Messanger title?
My (!VER) lools like this:
Windows Vista Ultimate Service Pack 1 (6.0.6001)
Windows Live Messenger 8.5.1018
Messenger Plus! Live 4.60.0.326


Updated:
Windows Vista Ultimate Service Pack 1 (6.0.6001)
Windows Live Messenger 8.5.1018
Messenger Plus! Live 4.70.0.334


Still looks like the first image.

This post was edited on 08-12-2008 at 11:10 PM by Sertion.
08-12-2008 11:05 PM
Profile E-Mail PM Find Quote Report
Jesus
Scripting Contest Winner
****

Avatar
Koffie, my cat ;)

Posts: 623
Reputation: 15
37 / Male / Flag
Joined: Jul 2005
RE: How to change the Windows Live Messanger title?
quote:
Originally posted by djdannyp
with the latest version of messenger plus, the title does show in the manner in which you are asking, i.e. it shows just the number of tabbed conversations open in brackets before the name of whichever conversation is focused.


which version of messenger plus are you running?
With the language set to English it does indeed :O
I'm using the Dutch language, which displays
"<Contact Name> - Gesprek (# gegroepeerde gesprekken)"
translation
"<Contact Name> - Conversation (# tabbed chats)"

must be something in the language file...
maybe I'll take a look at it, because I like the other (english) way better.

EDIT: Found it! Open your language file and search for the [TabbedChats] section. In that section, change the value of TabWndTitleMulti to (%2!d!) %1
Afterwards, the line should look like this:
code:
TabWndTitleMulti=(%2!d!) %1

This post was edited on 08-12-2008 at 11:27 PM by Jesus.
Man is least himself when he is in his own person. Give him a mask and he will tell you the truth. (Oscar Wilde)
08-12-2008 11:15 PM
Profile PM Find Quote Report
Sertion
New Member
*

Avatar
WootWoot?

Posts: 5
– / Male / Flag
Joined: Aug 2008
O.P. RE: How to change the Windows Live Messanger title?
Found this in the Lng_Swedish.ini file:
code:
[TabbedChats]
TabWndTitleSingle=%1
TabWndTitleMulti=(%2!d! konversationer) %1
SysMenuCloseCurrent=&Stäng detta konversationsfönster
SysMenuCloseAll=S&täng alla konversationsfönster
SysMenuMinimize=&Minimera
SysMenuMaximize=M&aximera
SysMenuRestore=&Återställ

If I change
code:
TabWndTitleMulti=(%2!d! konversationer) %1
to
code:
TabWndTitleMulti=(%2!d!) %1
It looks like I want to.


Thank you!

EDIT: Added the !d! in my example.

This post was edited on 08-14-2008 at 08:21 AM by Sertion.
08-12-2008 11:27 PM
Profile E-Mail PM Find Quote Report
djdannyp
Elite Member
*****

Avatar
Danny <3 Sarah

Posts: 3546
Reputation: 31
37 / Male / Flag
Joined: Mar 2006
RE: How to change the Windows Live Messanger title?
It does in fact appear to be a language issue

In order to fix it manually, open up the Lng_[Language] file which relates to your messenger (in your case it is Lng_Swedish), located in:

C:\Program Files\Messenger Plus! Live\Languages

and navigate to the "[TabbedChats]" part, about half way down and edit the second line of text in it to remove the "konversationer" from the brackets so that the line reads:

code:
TabWndTitleMulti=(%2!d!) %1

press Ctrl+S to save, then reload messenger and it should be as you desire
[Image: 1ftt0hpk-signature.png]
AutoStatus Script || Facebook Status Script
5224 days, 11 hours, 31 minutes, 20 seconds ago
08-12-2008 11:28 PM
Profile E-Mail PM Find Quote Report
Sertion
New Member
*

Avatar
WootWoot?

Posts: 5
– / Male / Flag
Joined: Aug 2008
O.P. RE: How to change the Windows Live Messanger title?
What dose the !d! do? Since it seams to work just fine with out it.
08-12-2008 11:33 PM
Profile E-Mail PM Find Quote Report
Jesus
Scripting Contest Winner
****

Avatar
Koffie, my cat ;)

Posts: 623
Reputation: 15
37 / Male / Flag
Joined: Jul 2005
RE: How to change the Windows Live Messanger title?
quote:
Originally posted by Sertion
What dose the !d! do? Since it seams to work just fine with out it.
quote:
Originally posted by http://shoutbox.menthix.net/showthread.php?tid=84386
# %1, %2, %3, etc. These tags are placeholders for text added by Messenger Plus! at runtime. For example,
      Are you sure you want to remove status "%1"?
      will be changed at runtime for
      Are you sure you want to remove status "In a meeting"?
      or
      Are you sure you want to remove status "Sleeping"?
      These tags must stay in the translated text, however, in some cases there are several placeholders in one string. For example,
      %1 has changed his/her name to "%2"
      will be changed at runtime for
      [/i]JAnderton has changed his/her name to "John Anderton"[/i]
      This means that you have to place the placeholders in correct order, so that the translated strings make sense at runtime.
# %1!d!, %2!d!, %3!d!, etc. These tags are also placeholders, however, not text, but numbers. You should treat these as you treat the above placeholders, keep them in the correct order, so that the translated strings make sense at runtime.
Man is least himself when he is in his own person. Give him a mask and he will tell you the truth. (Oscar Wilde)
08-12-2008 11:36 PM
Profile PM Find Quote Report
Sertion
New Member
*

Avatar
WootWoot?

Posts: 5
– / Male / Flag
Joined: Aug 2008
O.P. Thanking
Oh.
*Puts it back and restarts WLM*

Thanks again! Have wondered how to do this for a long time!
08-12-2008 11:41 PM
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