Shoutbox

Remove Pictures - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Skinning (/forumdisplay.php?fid=41)
+----- Thread: Remove Pictures (/showthread.php?tid=80679)

Remove Pictures by Basilis on 01-04-2008 at 12:59 PM

I am trying a new skin and I would like to completely remove some of the original messenger pictures. How can this be done? I tried to put the picture Id below replace but it didn't work. Does anyone know what do i have to do?:(


RE: Remove Pictures by djdannyp on 01-04-2008 at 01:05 PM

which pictures are you trying to replace?

not all cannot replace by this method, some require a more advanced method of replacement


RE: Remove Pictures by Basilis on 01-04-2008 at 01:49 PM

I want to replace the WLM logo on the top bar and also the writing next to the logo which says windows live messenger. Do you know how to do that?


RE: Remove Pictures by djdannyp on 01-04-2008 at 01:56 PM

94 and 20066 is the WLM logo

701 and 703 are the Windows Live Messenger text

you should just be able to replace these in the following way:

code:
<Replace>
<Graphics>
<Pictures>
<Picture Id="94">
<File>images/icons/skinlogo.png</File>
</Picture>
<Picture Id="20066">
<File>images/icons/skinlogo.png</File>
</Picture>

etc
RE: Remove Pictures by Basilis on 01-04-2008 at 02:23 PM

&#932;hanks djdannyp. You helped me almost complete a skin, very different from others.