Shoutbox

need help again :P - 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: need help again :P (/showthread.php?tid=80680)

need help again :P by Orexus on 01-04-2008 at 01:13 PM

Anyone know the picture ids for 9.0? cause i cant even put a picture on my logon screen i think i got messed up picture ids , heres my coding


- <SkinInfo>
- <Information>
  <Name>Halo 3 Heaven</Name>
  </Information>
- <MessengerSkin>
- <ResGroup>
- <Restrictions>
- <MsgVersions>
  <Version Major="9" Minor="0" />
  </MsgVersions>
  </Restrictions>
- <Resources>
- <Replace>
- <Strings>
  <String Id="61288">Spartan 117?? (Master Chief)</String>
  </Strings>
- <Graphics>
- <Pictures>
- <Picture Id="20061">
  <File>clouds.jpg</File>
  </Picture>
  </Pictures>
  </Graphics>
  </Replace>
  </Resources>
  </ResGroup>
  </MessengerSkin>
  </SkinInfo>

Don't mind the Halo 3 Heaven and Master chief parts (They wont cause a prob i dont think :S)


RE: need help again :P by Spunky on 01-04-2008 at 01:27 PM

I might be wrong, but I think characters such as ? and ( and ) may cause problems with the xml parser (similar to how you have to use &lt; and &gt; for < and > respectivly)


RE: need help again :P by Basilis on 01-04-2008 at 02:26 PM

I agree with Spunky. I think the characters ( ) can cause problems.


RE: need help again :P by freak544 on 01-04-2008 at 05:28 PM

extract the resources from 9.0 it tells you how to on this forum and also in the documentation (I think) and please try and read other threads before creating new ones and use [Help] and the subject next to it as people will reply alot quicker if they have had the problem before or can help with the problem

just "i need help" titles people don't always look at I have just logged onto the forum for the first time today and in this skins section there are like 20 unread threads and I am not planning on looking at them all based on the titles alone


RE: need help again :P by Matti on 01-04-2008 at 05:31 PM

No they don't. The only characters which may cause errors are:

quote:
< > " ' &
and they can be escaped by using:
quote:
&lt; &gt; &quot; &apos; &amp;
Personally, I think it's your picture. I don't have 9.0 BETA (and I won't get it as I don't like it) so I can't test this, so maybe someone else can give it a try?
RE: need help again :P by djdannyp on 01-04-2008 at 05:33 PM

do you have a clouds.jpg picture in your skin folder?

if not then the picture won't show up


RE: need help again :P by Basilis on 01-04-2008 at 10:11 PM

Mattike, these characters < > " are usde in the codes and are definetely not causing problems. It may be what djdannyp says.


RE: need help again :P by freak544 on 01-05-2008 at 12:05 PM

there is no id 20061 in the resources i have for 9.0

20852 i think is the id you need i am not sure though


RE: need help again :P by Matti on 01-05-2008 at 12:32 PM

quote:
Originally posted by Basilis
Mattike, these characters < > " are usde in the codes and are definetely not causing problems. It may be what djdannyp says.
Yes, I know that. Read again: The only characters which may cause errors are... With that I meant that these characters are the only ones who could cause errors in certain cases. Ah well,... who cares anyway? :P
RE: RE: need help again :P by djdannyp on 01-05-2008 at 12:40 PM

quote:
Originally posted by freak544
there is no id 20061 in the resources i have for 9.0

20852 i think is the id you need i am not sure though

Correct

This, along with not having a clouds.jpg picture in your skin folder may be the problem which is causing your skin not to work
RE: need help again :P by TRash19 on 01-05-2008 at 01:58 PM

59022 is the Id for Log In window background, and 20852 is the Id for the contact list frame picture (around the advertisement and under the tabs) :)


RE: need help again :P by Basilis on 01-05-2008 at 03:27 PM

Oh sorry Mattike. I just misunderstood your point!