<?xml version="1.0" encoding="iso-8859-1"?>
<install type="module" version="1.5.0">
    <name>Vt Slideshow</name>
    <creationDate>August 2010</creationDate>
    <author>vThemes.Net</author>
    <copyright>Copyright (C) 2009 - 2010 vThemes.Net</copyright>
	<license>http://www.gnu.org/copyleft/gpl.html</license>
    <authorEmail>sakurahm@gmail.com</authorEmail>
    <authorUrl>http://www.vthemes.net</authorUrl>
    <version>1.0</version>
    <description><![CDATA[
		http://www.vThemes.net
	]]></description>
    <files>
         <filename module="mod_vt_slideshow">mod_vt_slideshow.php</filename>
         <filename module="mod_vt_slideshow">mod_vt_slideshow.xml</filename>
         <filename module="mod_vt_slideshow">helper.php</filename>         
         <folder module="mod_vt_slideshow">assets</folder>
         <folder module="mod_vt_slideshow">tmpl</folder>
         <folder module="mod_vt_slideshow">elements</folder>
    </files>   
   <params addpath="/modules/mod_vt_slideshow/elements">
        <param name="selectradio" type="radio" default="0" label="Select option" description="Select option">
		  <option value="0">Section</option>
		  <option value="1">Category</option>
		</param>
   		<param name="Show Group" type="vthemes" default="1" label="Show Group" description="Show Group" />
   		<param name="frontpage" type="list" default="2" label="Show article frontpage" description="Show article frontpage">
			<option value="1">Only frontpage article</option>
			<option value="2">Both</option>
			<option value="3">Without frontpage article</option>
		</param>
		
   		<param name="sort_order_field" type="list" default="created" label="Sort by field" description="SORT ORDER BY FIELD">
			<option value="created">Date</option>
			<option value="ordering">Ordering</option>
			<option value="hits">Hits</option>
		</param>
		
		<param name="sort_order" type="list" default="ASC" label="Sort order by" description="SORT ORDER BY ASC|DESC">
			<option value="ASC">Asc</option>
			<option value="DESC">Desc</option>
		</param>
				
		<param name="totalarticles" type="text" default="6" label="Total articles" description="Total article" />
						
		<param name="thumb_width" type="text" default="50" label="Thumb width" description="THUMB WIDTH" />
		<param name="thumb_height" type="text" default="50" label="Thumb height" description="THUMB HEIGHT" />
		
		<param name="cropresizeimage" type="list" default="1" label="Crop or resize image" description="CROP OR RESIZE IMAGE">
			<option value="0">Resize</option>
			<option value="1">Crop</option>
		</param>	
		
		<param name="direction" type="list" default="left" label="Direction" description="Direction">
			<option value="top">Top</option>
			<option value="bottom">Bottom</option>
			<option value="left">Left</option>
			<option value="right">Right</option>			
		</param>	
		<param name="steps" type="text" default="23" label="Steps" description="# of animation steps. More = smoother, but more CPU intensive" />
		<param name="sides" type="text" default="8" label="Sides" description="# of sides of the slideshow. What is shown = sides/2. Even integer with sides/2 &lt; total images is best" />
		<param name="speed" type="text" default="5" label="Speed" description="Speed of slideshow. Larger = faster" />
		<param name="image_border_width" type="text" default="1" label="Image Border Width" description="Image border width" />
		<param name="image_border_color" type="text" default="#FFFFFF" label="Image Border Color" description="Image Border Color" />
		
		<param name="target" type="list" default="_self" label="Target" description="Target">
			<option value="_blank">New Window</option>
			<option value="_self">Same Window</option>					
		</param>
		
   </params>
   
   <params group="advanced">
		<param name="cache" type="list" default="0" label="Caching" description="Caching">
			<option value="1">USE CACHE</option>
			<option value="0">DON'T CACHE</option>
		</param>
		<param name="cache_time" type="text" default="300" label="Cache time" description="Cache time" />
		
		<param name="note" type="textarea" cols="50" rows="10" default="" label="Note" description=""/>
	</params>
</install>

