What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » Options Messenger Versions

Options Messenger Versions
Author: Message:
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: Options Messenger Versions
quote:
Originally posted by Eminem1992
Is there a way to add only options to Messenger 8.5 and not to Messenger 9.0???
code:
<ResGroup>
<Restrictions>
<MsgVersions>
<Version Major="8" Minor="5"/>
</MsgVersions>
<SkinOptions>
<OptionSet>
<Conditions>header = "Aurora Live Default"</Conditions>
</OptionSet>
</SkinOptions>
</Restrictions>
<Resources>
<Replace>
<Graphics>
<!-- NO UNAUTHORIZED COPY ALLOWED! -->
<Pictures>
<Picture Id="1652"><File>1652.png</File><Metadata><UMLeft>1</UMLeft></Metadata></Picture>
<Picture Id="20199"><File>1652.png</File><Metadata><UMLeft>1</UMLeft></Metadata></Picture>
</Pictures>   
</Graphics>
</Replace>           
</Resources>
</ResGroup>

This option, for example, loads only with 8.5.

code:
<ResGroup>
<Restrictions>
<MsgVersions>
<Version Major="9" Minor="0"/>
</MsgVersions>
<SkinOptions>
<OptionSet>
<Conditions>header = "Aurora Live Default"</Conditions>
</OptionSet>
</SkinOptions>
</Restrictions>
<Resources>
<Replace>
<Graphics>
<!-- NO UNAUTHORIZED COPY ALLOWED! -->
<Pictures>
<Picture Id="1652"><File>1652.png</File><Metadata><UMLeft>1</UMLeft></Metadata></Picture>
<Picture Id="20199"><File>1652.png</File><Metadata><UMLeft>1</UMLeft></Metadata></Picture>
</Pictures>   
</Graphics>
</Replace>           
</Resources>
</ResGroup>

This loads only with 9.0
code:
<ResGroup>
<Restrictions>
<MsgVersions>
<Version Major="8" Minor="5"/>
<Version Major="9" Minor="0"/>
</MsgVersions>
<SkinOptions>
<OptionSet>
<Conditions>header = "Aurora Live Default"</Conditions>
</OptionSet>
</SkinOptions>
</Restrictions>
<Resources>
<Replace>
<Graphics>
<!-- NO UNAUTHORIZED COPY ALLOWED! -->
<Pictures>
<Picture Id="1652"><File>1652.png</File><Metadata><UMLeft>1</UMLeft></Metadata></Picture>
<Picture Id="20199"><File>1652.png</File><Metadata><UMLeft>1</UMLeft></Metadata></Picture>
</Pictures>   
</Graphics>
</Replace>           
</Resources>
</ResGroup>

loads on both
[Image: Empty.png]
03-29-2008 08:32 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Options Messenger Versions - by TheSourcE on 03-29-2008 at 07:04 PM
RE: Options Messenger Versions - by blessedguy on 03-29-2008 at 08:32 PM
RE: Options Messenger Versions - by aNILEator on 03-29-2008 at 09:09 PM
RE: Options Messenger Versions - by blessedguy on 03-29-2008 at 10:09 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