HELP!!! XML coding
- IIIRavenzIII
- Posting Pixel
- Posts: 18
- Joined: Mon Mar 13, 2017 12:24 pm
- Location: USA
- IMVU Homepage: http://www.imvu.com/catalog/web_mypage. ... r=85737954
HELP!!! XML coding
I am deriving this product http://www.imvu.com/shop/product.php?pr ... d=26421190 and need help with the coding. where do i find the
XML file? so i can change it. this is the info it provides http://www.devcredits.com/tuts/portalinst.pdf but it doesn't say where to copy the XML file from. so i would appreciate any help i can get...
XML file? so i can change it. this is the info it provides http://www.devcredits.com/tuts/portalinst.pdf but it doesn't say where to copy the XML file from. so i would appreciate any help i can get...
- Zara
- Sage Pixel
- Posts: 149
- Joined: Sat Feb 25, 2017 9:24 am
- Location: Baix Empordà, Catalunya.
- IMVU Homepage: http://avatars.imvu.com/Keodi
- Contact:
Re: HELP!!! XML coding
The XML file is this part:
Edit it as it shows just below by replacing the xxxxxxxxxxxxxxxxx parts with your own info.
Code: Select all
<rooms title="DC Portal System">
<room>
<title>Sexy Playpen Club - Tidy - DevCredits</title>
<link>imvu://room/Tidy/Sexy+Playpen+Club+-+Tidy+-+DevCredits</link>
<desc><![CDATA[Tidy and DevCredits brings you the ORIGINAL PRIVATE CHAT CLUB]]></desc>
</room>
<room>
<title>Tidy Great Hall Room Project</title>
<link>imvu://room/Tidy/Tidy+Great+Hall+Room+Project</link>
<desc><![CDATA[Tidy Great Hall Room Project - Derivable room available.]]></desc>
</room>
</rooms>
- IIIRavenzIII
- Posting Pixel
- Posts: 18
- Joined: Mon Mar 13, 2017 12:24 pm
- Location: USA
- IMVU Homepage: http://www.imvu.com/catalog/web_mypage. ... r=85737954
Re: HELP!!! XML coding
i filled that in it didnt work
<rooms title="LostRavenz Magical Relm">
<room>
<title>LostRavenz Bayou</title>
<link>imvu://room/IIIRavenzIII/LostRavenz++Bayou</link>
<desc><![CDATA[Witch's magical marsh]]></desc>
</room>
<room>
<title>LostStarr Castle</title>
<link>imvu://room/LostStarr/Castle+Starr+Ravenz</link>
<desc><![CDATA[Our Kingdoms home]]></desc>
</room>
<rooms title="LostRavenz Magical Relm">
<room>
<title>LostRavenz Bayou</title>
<link>imvu://room/IIIRavenzIII/LostRavenz++Bayou</link>
<desc><![CDATA[Witch's magical marsh]]></desc>
</room>
<room>
<title>LostStarr Castle</title>
<link>imvu://room/LostStarr/Castle+Starr+Ravenz</link>
<desc><![CDATA[Our Kingdoms home]]></desc>
</room>
- Zara
- Sage Pixel
- Posts: 149
- Joined: Sat Feb 25, 2017 9:24 am
- Location: Baix Empordà, Catalunya.
- IMVU Homepage: http://avatars.imvu.com/Keodi
- Contact:
Re: HELP!!! XML coding
There was a part missing off the end of your code, I added it but it didn't work for me either.
Try contacting Tidy, he is usually very helpful if he's still around. http://avatars.imvu.com/Tidy
Try contacting Tidy, he is usually very helpful if he's still around. http://avatars.imvu.com/Tidy
- IIIRavenzIII
- Posting Pixel
- Posts: 18
- Joined: Mon Mar 13, 2017 12:24 pm
- Location: USA
- IMVU Homepage: http://www.imvu.com/catalog/web_mypage. ... r=85737954
Re: HELP!!! XML coding
thank you, i actually messaged the dev that made the product. ill try tidy, but havent seen him in months.
- gaf210
- Prolific Pixel
- Posts: 134
- Joined: Sat Feb 25, 2017 10:27 am
- Location: Argentina
- IMVU Homepage: http://avatars.imvu.com/gaf210
- Contact:
Re: HELP!!! XML coding
might be a long shot but, have you tried not using an apostrophe in the description area? i know those can bring problems in xml files:
<rooms title="LostRavenz Magical Relm">
<room>
<title>LostRavenz Bayou</title>
<link>imvu://room/IIIRavenzIII/LostRavenz++Bayou</link>
<desc><![CDATA[Witches magical marsh]]></desc>
</room>
<room>
<title>LostStarr Castle</title>
<link>imvu://room/LostStarr/Castle+Starr+Ravenz</link>
<desc><![CDATA[Our Kingdoms home]]></desc>
</room>
- Zara
- Sage Pixel
- Posts: 149
- Joined: Sat Feb 25, 2017 9:24 am
- Location: Baix Empordà, Catalunya.
- IMVU Homepage: http://avatars.imvu.com/Keodi
- Contact:
Re: HELP!!! XML coding
Still not working for me even without the apostrophe.
@Ravenz, I think you stand a better chance with Tidy, I believe Eko is M.I.A. due to being pissed off with IMVU.

@Ravenz, I think you stand a better chance with Tidy, I believe Eko is M.I.A. due to being pissed off with IMVU.
- gaf210
- Prolific Pixel
- Posts: 134
- Joined: Sat Feb 25, 2017 10:27 am
- Location: Argentina
- IMVU Homepage: http://avatars.imvu.com/gaf210
- Contact:
Re: HELP!!! XML coding
I just noticed that theres a lacking closing tag at the end:
have you tried it out with that too? arent these flash thingies that you need to publish in order to see them actually working in client?</rooms>