Question Need some help - make xml file

Status
Not open for further replies.

bosss

Customer
Hello

Got some nice moods and will share here ...

Need some help to make "status-export (import)" xml file for those moods.

regards

bosss
 

Attachments

  • clasic.zip
    354.8 KB · Views: 5
Here's the format for the XML file used for exports:
Code:
<fbstatus>
	<categorys>
		<category>
			<categoryid>3</categoryid>
			<title>Black</title>
			<description>Black mood images.</description>
		</category>
	</categorys>
	<moods>
		<mood>
			<moodid>104</moodid>
			<title>Amused</title>
			<imgfile>images/moods/purple/amused.png</imgfile>
			<categoryid>6</categoryid>
		</mood>
	</moods>
</fbstatus>

You can add categories and change the categoryid in the <mood> tag, and change image paths as needed :)
 
Status
Not open for further replies.

Legacy User Status & Moods

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
63
Customer rating
0.00 star(s) 0 ratings
Back
Top