Help needed
Posted: Sat Feb 05, 2011 6:49 am
Hi..
I had buy in the past a Flash image gallery. Now i decide it to make it extension and want your help.
The gallery uses xml file in order to present the images, also uses one other xml for configuration.
I read the help file but still everything looks blur in my head. It's my first time extension.
This is the xml where the photos are stored. Can some one help me to modify it...???
Question
Do i need to add the modified xml file and check the option "This file requires processing"...???
Question
The gallery use thumbnails also. Those thumbnails are kept in a folder. Do i need to add something in Extension builder in order to automatically generated from the original one...??
That's all for now, any help will appreciate it.

I had buy in the past a Flash image gallery. Now i decide it to make it extension and want your help.
The gallery uses xml file in order to present the images, also uses one other xml for configuration.
I read the help file but still everything looks blur in my head. It's my first time extension.
This is the xml where the photos are stored. Can some one help me to modify it...???
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<gallery>
<category title="Flowers" date_created="12/13/2008">
<photo name="flowers/2.jpg">
<title>Life Between Stones</title>
<description>
<![CDATA[<body><u>Aenean tristique</u> pretium purus. <b>Nulla bibendum</b> metus vel lorem. Suspendisse urna leo, dapibus non, bibendum ut, tempor id, massa. Duis massa lacus, ultrices vitae, sodales vehicula, tincidunt vel, sapien. Integer purus.</body>]]>
</description>
<url>http://www.flashden.net</url>
</photo>
Do i need to add the modified xml file and check the option "This file requires processing"...???
Question
The gallery use thumbnails also. Those thumbnails are kept in a folder. Do i need to add something in Extension builder in order to automatically generated from the original one...??
That's all for now, any help will appreciate it.
