What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » [Help] How to edit "about"

Pages: (3): « First [ 1 ] 2 3 » Last »
[Help] How to edit "about"
Author: Message:
Dheano
New Member
*

I shall overcome

Posts: 11
30 / Male / Flag
Joined: Dec 2007
O.P. [Help] How to edit "about"
I need to know how to edit "about".

Im not quite sure how to, so any help is appeciated.

Thanks ~ Dheano
12-21-2007 11:58 PM
Profile E-Mail PM Web Find Quote Report
warmth
Veteran Member
*****

Avatar
Electronic Engineer

Posts: 1730
Reputation: 26
39 / Male / Flag
Joined: Jul 2003
RE: [Help] How to edit "about"
I'm going to assume that you are talking about WLM about... replace/modify strings or images there???
@warmth - Beta Testing a life!
Official Nokia (former Ovi) Suite Beta Tester | Nokia Beta Labs Contributor of the month (June, 2011)
12-22-2007 12:39 AM
Profile PM Web Find Quote Report
Dheano
New Member
*

I shall overcome

Posts: 11
30 / Male / Flag
Joined: Dec 2007
O.P. RE: RE: [Help] How to edit "about"
quote:
Originally posted by warmth
I'm going to assume that you are talking about WLM about... replace/modify strings or images there???

Correct :)
12-22-2007 12:51 AM
Profile E-Mail PM Web Find Quote Report
vikke
Senior Member
****

Avatar

Posts: 900
Reputation: 28
31 / Male / Flag
Joined: May 2006
RE: [Help] How to edit "about"
The logo-image used in the about box is 1075. Not sure if you can edit the definition easily though. It doesn't look like a Messenger window, perhaps it's a dialog. I've made some string searches, and I haven't been able to find any about-box strings. :(
I would try editing the PE signatures with Resource Hacker, change "Product Name" and see if that would change the about box, if that's what you want..

This post was edited on 12-22-2007 at 12:57 AM by vikke.
12-22-2007 12:55 AM
Profile E-Mail PM Find Quote Report
Dheano
New Member
*

I shall overcome

Posts: 11
30 / Male / Flag
Joined: Dec 2007
O.P. RE: RE: [Help] How to edit "about"
quote:
Originally posted by vikke
The logo-image used in the about box is 1075. Not sure if you can edit the definition easily though. It doesn't look like a Messenger window, perhaps it's a dialog. I've made some string searches, and I haven't been able to find any about-box strings. :(
I would try editing the PE signatures with Resource Hacker, change "Product Name" and see if that would change the about box, if that's what you want..

You can, which I've looked at but didn't proceed, as I think it's against Microsoft rules 8-)
12-22-2007 01:12 AM
Profile E-Mail PM Web Find Quote Report
warmth
Veteran Member
*****

Avatar
Electronic Engineer

Posts: 1730
Reputation: 26
39 / Male / Flag
Joined: Jul 2003
RE: [Help] How to edit "about"
this is to change the string of about window:
code:
<String Id="61143">Windows Live Messenger</String>
and this for the image there:
code:
<Picture Id="1075"><File>1075.png</File></Picture>

This post was edited on 12-22-2007 at 02:42 AM by warmth.
@warmth - Beta Testing a life!
Official Nokia (former Ovi) Suite Beta Tester | Nokia Beta Labs Contributor of the month (June, 2011)
12-22-2007 02:36 AM
Profile PM Web Find Quote Report
mattisdada
Full Member
***

Avatar
RRElive.com

Posts: 359
Reputation: 4
32 / Male / Flag
Joined: Jan 2007
RE: [Help] How to edit "about"
For 9.0 And 8.5:
code:
<Replace>
                    <Strings>                           
                        <String Id="20176">RRElive Messenger</String>
                        <String Id="61143">RRElive Messenger</String>
</Strings>
</Replace>

So you need it in the Strings and replace bit, this will change the bar to whatever you want(In my example RRElive Messenger)

If you paste that exact code in it will read(9.0)
"RRElive Messenger BETA
Version 2009 (Build 9.0.1407.1107)
Copyright C 2007 Microsoft Corporation. All rights reserved."
And the rest will be the same.

To change the logo at the top its ID is 1075
Script is
code:
<Pictures>
<Picture Id="1075"><File>1075.png</File></Picture>
</Pictures>
So you need it between Pictures.

Hope that helped :)

Oh and note changing the copyright is infact illegall. Dont try and change it. For the love of god DONT CHANGE IT!
[Image: Siggy.png]


http://www.rrelive.com/RRElivev2

If you would like my theme for your phpBB3, please contact me.

Thy shouldnt be judged by thy rep givin to you, but by thy rep that you give.
12-22-2007 02:50 AM
Profile E-Mail PM Web Find Quote Report
warmth
Veteran Member
*****

Avatar
Electronic Engineer

Posts: 1730
Reputation: 26
39 / Male / Flag
Joined: Jul 2003
RE: [Help] How to edit "about"
was it needed to be repeted??? can you tell me exactly for what are you changing the string 20176??? I bet you don't know... and just copied it from Apple Live Messenger...
@warmth - Beta Testing a life!
Official Nokia (former Ovi) Suite Beta Tester | Nokia Beta Labs Contributor of the month (June, 2011)
12-22-2007 02:53 AM
Profile PM Web Find Quote Report
mattisdada
Full Member
***

Avatar
RRElive.com

Posts: 359
Reputation: 4
32 / Male / Flag
Joined: Jan 2007
RE: [Help] How to edit "about"
I can easily tell you why.

Look into msglang_strings. Then press CTRL+F. And find "20176".

As you can see, 20176=Windows Live Messenger. Now we want to get rid of all isntances of Windows Live Messenger so we replace Windows Live Messenger with RRElive Messenger.

Im fairly sure it replaces the one down the bottom(In the bars)(I did it all at once, not sure what thigns that replaces EXACTLY)

And could you curve your attitutude please.


This post was edited on 12-22-2007 at 03:56 AM by mattisdada.
[Image: Siggy.png]


http://www.rrelive.com/RRElivev2

If you would like my theme for your phpBB3, please contact me.

Thy shouldnt be judged by thy rep givin to you, but by thy rep that you give.
12-22-2007 03:50 AM
Profile E-Mail PM Web Find Quote Report
vikke
Senior Member
****

Avatar

Posts: 900
Reputation: 28
31 / Male / Flag
Joined: May 2006
RE: RE: [Help] How to edit "about"
quote:
Originally posted by mattisdada
For 9.0 And 8.5:
code:
<Replace>
                    <Strings>                           
                        <String Id="20176">RRElive Messenger</String>
                        <String Id="61143">RRElive Messenger</String>
</Strings>
</Replace>

You should not do like this. You should have one ResGroup for 9.0 and one for 8.5, otherwise you might change the wrong strings.
12-22-2007 08:19 AM
Profile E-Mail PM Find Quote Report
Pages: (3): « First [ 1 ] 2 3 » 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