What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » Im new to skinning messenger(And new to codding XML)and i need some help.

1 votes - 5 average   Im new to skinning messenger(And new to codding XML)and i need some help.
Author: Message:
stuartbennett
Senior Member
****

Avatar

Posts: 952
Reputation: 1
43 / Male / Flag
Joined: Nov 2003
RE: Im new to skinning messenger(And new to codding XML)and i need some help.
matt the easiest way i think of doing this is first plan your changes, go to the strings and colours folder of your messenger resources in there is a file called "msglang_strings.txt" now then go through this file writing down the id's of the strings you want to replace.

once youve done that open your skininfo file, i will assume that as your supporting 2 versions of messenger you have 2 seperate resgroups 1 for 9.0 and one for 8.5 yes?

if that is the case i need you to duplicate them so that you have 2 resgroups for 8.5 and 2 for 9.0, youll have the following groups

  • 8.5 funny false
    8.5 funny true
    9.0 funny false
    9.0 funny true

then you want to add a skinoptions set in each resgroup which when done should look something like this.

quote:
        <!-- ResGroup for 8.5 funny true-->
        <ResGroup>
            <Restrictions>
                <MsgVersions>
                    <Version Major="8" Minor="5"/>
                </MsgVersions>
                <SkinOptions>
                    <OptionSet>
                        <BoolVal Name="Funny">true</BoolVal>
                    </OptionSet>
                </SkinOptions>
            </Restrictions>
            <Resources>


now in the true groups go to your replace section, start adding string tage in there remember they must preceed any other tags in this section, you have the ids you need so key in a string for each id.

when your skin runs it will scan the resgroups if youv unticked funny it will run the funny false group for that version of messenger, if its ticked itll run the fun true group for that version which has your string replacements.

im not saying this is the only way of acheiving this or that its the best, however its the only way i know of doing this that i know will work.

let me know how this works out.
12-22-2007 08:07 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-20-2007 at 06:23 AM
RE: Im new to skinning(And new to codding to)and i need some help. - by John Anderton on 12-20-2007 at 06:32 AM
RE: Im new to skinning(And new to codding to)and i need some help. - by mattisdada on 12-20-2007 at 06:50 AM
RE: Im new to skinning(And new to codding to)and i need some help. - by stuartbennett on 12-20-2007 at 07:51 AM
RE: Im new to skinning(And new to codding to)and i need some help. - by Willz on 12-20-2007 at 10:33 AM
RE: Im new to skinning(And new to codding to)and i need some help. - by stuartbennett on 12-20-2007 at 11:04 AM
RE: Im new to skinning(And new to codding to)and i need some help. - by mattisdada on 12-20-2007 at 12:22 PM
RE: Im new to skinning(And new to codding to)and i need some help. - by Nathan on 12-20-2007 at 12:44 PM
RE: Im new to skinning(And new to codding to)and i need some help. - by mattisdada on 12-20-2007 at 12:47 PM
RE: Im new to skinning(And new to codding to)and i need some help. - by Willz on 12-20-2007 at 12:55 PM
RE: Im new to skinning(And new to codding to)and i need some help. - by mattisdada on 12-20-2007 at 01:00 PM
RE: RE: Im new to skinning(And new to codding to)and i need some help. - by Willz on 12-20-2007 at 01:08 PM
RE: Im new to skinning(And new to codding to)and i need some help. - by CookieRevised on 12-20-2007 at 01:50 PM
RE: Im new to skinning(And new to codding to)and i need some help. - by freak544 on 12-20-2007 at 04:47 PM
RE: Im new to skinning(And new to codding to)and i need some help. - by mattisdada on 12-21-2007 at 12:16 AM
RE: Im new to skinning(And new to codding to)and i need some help. - by freak544 on 12-21-2007 at 12:25 AM
RE: Im new to skinning(And new to codding to)and i need some help. - by mattisdada on 12-21-2007 at 12:28 AM
RE: Im new to skinning(And new to codding to)and i need some help. - by freak544 on 12-21-2007 at 12:29 AM
RE: Im new to skinning(And new to codding to)and i need some help. - by mattisdada on 12-21-2007 at 12:32 AM
RE: Im new to skinning(And new to codding to)and i need some help. - by freak544 on 12-21-2007 at 12:33 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-21-2007 at 01:23 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by CookieRevised on 12-21-2007 at 02:34 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-21-2007 at 02:38 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-21-2007 at 08:44 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by aNILEator on 12-21-2007 at 09:21 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-21-2007 at 10:47 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-21-2007 at 10:51 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-21-2007 at 10:58 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-21-2007 at 11:21 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-21-2007 at 11:28 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-21-2007 at 12:10 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-21-2007 at 12:12 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by aNILEator on 12-21-2007 at 12:23 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-21-2007 at 12:58 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-21-2007 at 01:44 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-21-2007 at 02:35 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-21-2007 at 11:11 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by aNILEator on 12-22-2007 at 12:57 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-22-2007 at 01:16 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by aNILEator on 12-22-2007 at 01:30 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-22-2007 at 01:33 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-22-2007 at 08:07 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-22-2007 at 09:37 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-22-2007 at 10:05 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-22-2007 at 10:09 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-22-2007 at 11:36 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-22-2007 at 03:13 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-22-2007 at 04:02 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-23-2007 at 08:15 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by aNILEator on 12-23-2007 at 11:48 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-23-2007 at 11:50 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by aNILEator on 12-23-2007 at 12:02 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-23-2007 at 12:04 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by aNILEator on 12-23-2007 at 12:13 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-23-2007 at 12:16 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by vaccination on 12-31-2007 at 08:08 PM
RE: RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-31-2007 at 08:57 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by vaccination on 12-31-2007 at 09:14 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-31-2007 at 10:50 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-31-2007 at 11:16 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-31-2007 at 11:47 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-31-2007 at 11:54 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 01-01-2008 at 09:54 AM


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