What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » Help: skin options

Help: skin options
Author: Message:
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: Help: skin options
...theres not much to do...
use the restrictions sytem, like this:
code:
<ResGroup>
<Restrictions>
<MsgVersions>
<Version Major="8" Minor="5"/>
</MsgVersions>
<SkinOptions>
<OptionSet>
<Conditions>put your boolval or multival id here = "item id or true/false"</Conditions>
</OptionSet>
</SkinOptions>
</Restrictions>
<Resources>
<Replace>
<Graphics>
<!-- NO UNAUTHORIZED COPY ALLOWED! -->
<Pictures>
put your replaced pictures here
</Pictures>   
</Graphics>
</Replace>
<New>
<Pictures>
put your custom code pics here
</Pictures>
</New>           
</Resources>
</ResGroup>

then, do the second block with the original files:
code:
<ResGroup>
<Restrictions>
<MsgVersions>
<Version Major="8" Minor="5"/>
</MsgVersions>
<SkinOptions>
<OptionSet>
<Conditions>put your boolval or multival id here = "item id or true/false"</Conditions>
</OptionSet>
</SkinOptions>
</Restrictions>
<Resources>
<Replace>
<Graphics>
<!-- NO UNAUTHORIZED COPY ALLOWED! -->
<Pictures>
put your original pictures here
</Pictures>   
</Graphics>
</Replace>
<New>
<Pictures>
put your custom code pics here, with the original resources
</Pictures>
</New>           
</Resources>
</ResGroup>

also, declaro you multivals and boolvals of course...

for each item (multivals), use a resource block
[Image: Empty.png]
03-21-2008 09:39 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Help: skin options - by zogo on 03-05-2008 at 06:56 PM
RE: Help: skin options - by Basilis on 03-06-2008 at 01:24 PM
RE: Help: skin options - by blessedguy on 03-21-2008 at 09:39 PM
RE: Help: skin options - by Nagamasa on 03-22-2008 at 01:57 PM
RE: Help: skin options - by blessedguy on 03-22-2008 at 02:06 PM
RE: Help: skin options - by zogo on 03-22-2008 at 03:52 PM
RE: Help: skin options - by Nagamasa on 03-23-2008 at 02:52 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