|
Server : Apache/2.2.2 (Fedora) System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686 User : apache ( 48) PHP Version : 5.2.9 Disable Function : NONE Directory : /home/pathumthani_integration/p_sdoc/plugins/content/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?>
<install version="1.5" type="plugin" group="content">
<name>Content - RokBox</name>
<author>RocketTheme</author>
<creationDate>Feb 2009</creationDate>
<copyright>Copyright (C) 2008 RocketTheme, LLC. All rights reserved.</copyright>
<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
<authorEmail>support@rockettheme.com</authorEmail>
<authorUrl>www.rockettheme.com</authorUrl>
<version>1.2</version>
<description>To be used with a RokBox enabled RocketTheme Joomla! template. Syntax is {rokbox}link{/rokbox}. If you want the image to be part of an 'album', you can use the syntax {rokbox album=|albumname|}link{/rokbox}. To provide text descriptions, please use the syntax {rokbox title=|your description|}link{/rokbox}. To specify a thumbnail, use the syntax {rokbox thumb=|thumbnail_link.jpg|}link{/rokbox}. If you want to use a text link, you can specify the text using syntax: {rokbox text=|your link text here|}link{/rokbox}. You can also use album, title, thumb and text in the same tag.</description>
<files>
<filename plugin="rokbox">rokbox.php</filename>
<filename>rokbox/imagehandler.php</filename>
</files>
<params>
<param name="thumb_ext" type="text" default="_thumb" label="Thumbnail Extension" description="If your image is called someimage.jpg, your thumbnail should be called someimage_thumb.jpg in the same directory for example. Change the extension here">
</param>
<param name="thumb_class" type="text" default="album" label="Thumbnail CSS Class" description="album is the default name used in RocketTheme Joomla! Templates for the Slimbox class">
</param>
<param name="thumb_custom" type="radio" default="0" label="Use Custom Thumnail Directory" description="">
<option value="0">No</option>
<option value="1">Yes</option>
</param>
<param name="thumb_dir" type="text" default="cache" label="Custom Thumbnail Directory" description="Custom directory where auto-generated thumbnails are generated - above option must be Yes for this to be used">
</param>
<param name="thumb_width" type="text" default="150" label="Thumbnail width in px" description="This is the width of the generated thumbnail if one is not found with the set thumb extension">
</param>
<param name="thumb_height" type="text" default="100" label="Thumbnail height in px" description="This is the height of the generated thumbnail if one is not found with the set thumb extension">
</param>
<param name="thumb_quality" type="text" default="90" label="Thumbnail quality in %" description="This is the quality of the generated thumbnail if one is not found with the set thumb extension">
</param>
</params>
</install>