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:
zogo
Junior Member
**

Avatar
all you are doomed

Posts: 98
Reputation: 1
30 / Male / Flag
Joined: Feb 2008
O.P. Help: skin options
i'm doing a update for the vista x skin (by me aka acid aka olly) i'm trying to add a option to change "20061" and "59022" to the msn default,

whats the code? thx :)

This post was edited on 03-05-2008 at 07:36 PM by Tochjo.
people have negativly rated me saying i'm spamming just to get 100 posts... i'm not! i'm 100% realy stuck... somtimes
03-05-2008 06:56 PM
Profile E-Mail PM Web Find Quote Report
Basilis
Veteran Member
*****

Avatar
Olympiacos CFP

Posts: 1366
Reputation: 46
30 / Male / Flag
Joined: Dec 2007
RE: Help: skin options
If you could create a multival option which for example in the deafult set changes no pictures and in the vista x theme set changes the pictures, I think it should do it.
[Image: logo1nu1.png]
03-06-2008 01:24 PM
Profile PM Find Quote Report
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
Nagamasa
Skinning Contest Winner
*****

Avatar

Posts: 1842
Reputation: 30
30 / Male / Flag
Joined: May 2006
RE: Help: skin options
You don't need a second block for the original files. :P Messenger will load the defaults if they don't "see" them (aka Restricted).
[Image: unled1uo.png]
Joined this forum 6525 days, 14 hours, 42 minutes, 26 seconds ago.



03-22-2008 01:57 PM
Profile PM Web Find Quote Report
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: Help: skin options
quote:
Originally posted by Nagamasa
You don't need a second block for the original files. :P Messenger will load the defaults if they don't "see" them (aka Restricted).
only for the MESSENGER'S originals...but his skin's originals need to be declared
[Image: Empty.png]
03-22-2008 02:06 PM
Profile PM Web Find Quote Report
zogo
Junior Member
**

Avatar
all you are doomed

Posts: 98
Reputation: 1
30 / Male / Flag
Joined: Feb 2008
O.P. RE: Help: skin options
how do you insert it in the skin info or in a defninition file?

and where do you put the images...

p.s. you can change the files if you want and send them to me

p.p.s your name will go on the script with mine :P

This post was edited on 03-22-2008 at 04:13 PM by zogo.
people have negativly rated me saying i'm spamming just to get 100 posts... i'm not! i'm 100% realy stuck... somtimes
03-22-2008 03:52 PM
Profile E-Mail PM Web Find Quote Report
Nagamasa
Skinning Contest Winner
*****

Avatar

Posts: 1842
Reputation: 30
30 / Male / Flag
Joined: May 2006
RE: Help: skin options
quote:
Originally posted by zogo
how do you insert it in the skin info or in a defninition file?
Insert it like any other ResGroup.
quote:
Originally posted by zogo
and where do you put the images...
You put the images somewhere in the folder of your skin (which could also be in another folder). You choose as you need to cite where the File is anyhow...
quote:
Originally posted by zogo

p.s. you can change the files if you want and send them to me
Which means we're making your skin pretty much? I'm sure you can follow your existing skin and inserting this into it. :)

This post was edited on 03-23-2008 at 02:52 AM by Nagamasa.
[Image: unled1uo.png]
Joined this forum 6525 days, 14 hours, 42 minutes, 26 seconds ago.



03-23-2008 02:52 AM
Profile PM Web Find Quote Report
« 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