This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
MatritumCantat_Web/www/mambots/content/rokbox.xml
2012-09-18 20:02:43 +00:00

35 lines
2.7 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<mosinstall version="1.0.0" type="mambot" 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 mambot="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>
</mosinstall>