What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » [How-To] Change Contact List Background

[How-To] Change Contact List Background
Author: Message:
davidpolitis
Full Member
***


Posts: 371
Reputation: 16
Joined: Aug 2006
RE: [How-To] Change Contact List Background
Basically, you need to create a new picture and give it an ID. That ID then may be used in the UIFile.

1. Create a new skins directory under your Plus! skins directory. Name it whatever you want.

2. Make a new file named SkinInfo.xml under the skin's directory and save the code below in it.
code:
<SkinInfo>
  <Information>
    <Name>Skin Name</Name>
  </Information>
  <MessengerSkin>
    <ResGroup>
      <Restrictions>
        <MsgVersions>
          <Version Major="8" Minor="5"/>
        </MsgVersions>
      </Restrictions>
      <Resources>
        <New>
          <Pictures>
            <Picture Id="59000">
              <File>yourimage.png</File>
              <Metadata>
                <UMLeft>1</UMLeft>
                <UMRight>1</UMRight>
                <UMTop>1</UMTop>
                <UMBottom>1</UMBottom>
                <Colorize>true</Colorize>
              </Metadata>
            </Picture>
          </Pictures>
        </New>
        <Replace>
          <Windows>
            <Definitions>
              <Definition Id="1001">
                <File>msgres_4004_1001.txt</File>
              </Definition>
            </Definitions>
          </Windows>
        </Replace>
      </Resources>
    </ResGroup>
  </MessengerSkin>
</SkinInfo>


2. Move yourimage.png to the skin's directory.

3. Extract Messenger's resources. Copy the 1001-definition (msgres_4004_1001.txt) from your extraction folder into the skin's directory. Note, I have attached the WLM 8.5 msgres_4004_1001.txt for those of you having trouble finding it.

4. Search in msgres_4001_1001.txt for the code below (line 54 in WLM 8.5):
code:
<BuddyList id=atom(abView) Layout=FillLayout() CmdGroup=guid("{16E32D35-5350-4805-B7F0-5E782510AF6F}")/>

5. Once found, replace with the new code below and save.
code:
<BuddyList id=atom(abView) Layout=FillLayout() CmdGroup=guid("{16E32D35-5350-4805-B7F0-5E782510AF6F}") background=rcbkd(59000)/>

6. Have fun. The End :P


Add me to your contact list if you're having trouble or PM me.

.txt File Attachment: msgres_4004_1001.txt (3.05 KB)
This file has been downloaded 607 time(s).

This post was edited on 12-10-2007 at 02:46 AM by davidpolitis.
12-10-2007 01:39 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[How-To] Change Contact List Background - by vikke on 12-09-2007 at 07:48 AM
RE: [How-To] Change Contact List Background - by stuartbennett on 12-09-2007 at 06:21 PM
RE: [How-To] Change Contact List Background - by djdannyp on 12-09-2007 at 06:49 PM
RE: [How-To] Change Contact List Background - by stuartbennett on 12-09-2007 at 08:09 PM
RE: [How-To] Change Contact List Background - by Nagamasa on 12-10-2007 at 01:03 AM
RE: RE: [How-To] Change Contact List Background - by m4rt1n4 on 01-08-2008 at 11:14 PM
RE: [How-To] Change Contact List Background - by davidpolitis on 12-10-2007 at 01:39 AM
RE: [How-To] Change Contact List Background - by Sunshine on 12-11-2007 at 01:42 PM
RE: RE: [How-To] Change Contact List Background - by djdannyp on 12-11-2007 at 02:31 PM
RE: [How-To] Change Contact List Background - by Sunshine on 12-11-2007 at 03:26 PM
RE: [How-To] Change Contact List Background - by djdannyp on 12-11-2007 at 04:06 PM
RE: [How-To] Change Contact List Background - by Sunshine on 12-11-2007 at 04:51 PM
RE: [How-To] Change Contact List Background - by aNILEator on 12-11-2007 at 05:21 PM
RE: [How-To] Change Contact List Background - by djdannyp on 12-11-2007 at 05:24 PM
RE: [How-To] Change Contact List Background - by Sunshine on 12-11-2007 at 05:26 PM
RE: [How-To] Change Contact List Background - by duck! on 12-11-2007 at 09:45 PM
RE: RE: [How-To] Change Contact List Background - by davidpolitis on 12-12-2007 at 01:43 AM
RE: [How-To] Change Contact List Background - by Keikonium on 12-12-2007 at 06:41 AM
RE: [How-To] Change Contact List Background - by duck! on 12-12-2007 at 07:44 AM
RE: RE: [How-To] Change Contact List Background - by davidpolitis on 12-12-2007 at 07:58 AM
RE: [How-To] Change Contact List Background - by m4rt1n4 on 01-09-2008 at 02:02 AM
RE: [How-To] Change Contact List Background - by stuartbennett on 01-09-2008 at 05:53 AM
RE: [How-To] Change Contact List Background - by m4rt1n4 on 01-09-2008 at 01:02 PM
RE: RE: [How-To] Change Contact List Background - by djdannyp on 01-09-2008 at 01:34 PM
RE: [How-To] Change Contact List Background - by m4rt1n4 on 01-09-2008 at 03:58 PM
RE: [How-To] Change Contact List Background - by freak544 on 01-09-2008 at 04:16 PM
RE: [How-To] Change Contact List Background - by vikke on 01-09-2008 at 05:17 PM
RE: [How-To] Change Contact List Background - by stuartbennett on 01-09-2008 at 07:15 PM
RE: [How-To] Change Contact List Background - by Basilis on 01-31-2008 at 05:16 PM
RE: [How-To] Change Contact List Background - by Spunky on 01-31-2008 at 05:20 PM
RE: [How-To] Change Contact List Background - by Basilis on 01-31-2008 at 05:25 PM
RE: [How-To] Change Contact List Background - by stuartbennett on 01-31-2008 at 06:43 PM
RE: [How-To] Change Contact List Background - by vaccination on 01-31-2008 at 06:59 PM
RE: [How-To] Change Contact List Background - by Basilis on 01-31-2008 at 08:10 PM
RE: [How-To] Change Contact List Background - by stuartbennett on 02-01-2008 at 06:04 AM
RE: [How-To] Change Contact List Background - by Basilis on 02-01-2008 at 02:55 PM
RE: [How-To] Change Contact List Background - by vikke on 02-01-2008 at 02:58 PM
RE: [How-To] Change Contact List Background - by Basilis on 02-01-2008 at 03:20 PM
RE: [How-To] Change Contact List Background - by vikke on 02-01-2008 at 03:40 PM
RE: [How-To] Change Contact List Background - by dexluther on 02-05-2008 at 03:05 AM
RE: [How-To] Change Contact List Background - by vikke on 02-05-2008 at 02:37 PM
RE: [How-To] Change Contact List Background - by Soardra on 03-02-2008 at 04:49 AM
RE: [How-To] Change Contact List Background - by Basilis on 03-02-2008 at 12:14 PM
RE: [How-To] Change Contact List Background - by Soardra on 03-02-2008 at 05:05 PM
RE: [How-To] Change Contact List Background - by Basilis on 03-02-2008 at 05:15 PM
RE: [How-To] Change Contact List Background - by Soardra on 03-02-2008 at 05:20 PM
RE: [How-To] Change Contact List Background - by blessedguy on 03-09-2008 at 03:30 PM
RE: [How-To] Change Contact List Background - by stuartbennett on 03-09-2008 at 06:21 PM
RE: [How-To] Change Contact List Background - by blessedguy on 03-09-2008 at 07:36 PM
RE: [How-To] Change Contact List Background - by ResourcE on 04-01-2008 at 05:50 PM
RE: [How-To] Change Contact List Background - by Nagamasa on 04-01-2008 at 08:17 PM
RE: RE: [How-To] Change Contact List Background - by ResourcE on 04-01-2008 at 08:34 PM


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