Current Path : /var/www/html/clients/kampol.e-nk.ru/plugins/content/ |
Current File : /var/www/html/clients/kampol.e-nk.ru/plugins/content/multithumb.xml |
<?xml version="1.0" encoding="utf-8"?> <install version="1.5" type="plugin" group="content" method="upgrade"> <name>Multithumb</name> <author>Boris Komraz | Until Version 2.0 alpha 3 for Joomla 1.5 Martin Larsen</author> <creationDate>Nov 2009</creationDate> <copyright>(C) 2007-2008 Martin Larsen, (C) 2009 Boris Komraz</copyright> <license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license> <authorEmail>bkomraz1@gmail.com</authorEmail> <authorUrl>http://joomla.rjews.net/bk-multithumb</authorUrl> <version>2.2</version> <description>MULTITHUMB_DESCR</description> <files> <filename plugin="multithumb">multithumb.php</filename> <filename plugin="multithumb">multithumb/multithumb.js</filename> <filename plugin="multithumb">multithumb/greybox/AJS.js</filename> <filename plugin="multithumb">multithumb/greybox/AJS_fx.js</filename> <filename plugin="multithumb">multithumb/greybox/gb_scripts.js</filename> <filename plugin="multithumb">multithumb/greybox/g_close.gif</filename> <filename plugin="multithumb">multithumb/greybox/gb_styles.css</filename> <filename plugin="multithumb">multithumb/greybox/header_bg.gif</filename> <filename plugin="multithumb">multithumb/greybox/indicator.gif</filename> <filename plugin="multithumb">multithumb/greybox/loader_frame.html</filename> <filename plugin="multithumb">multithumb/greybox/next.gif</filename> <filename plugin="multithumb">multithumb/greybox/prev.gif</filename> <filename plugin="multithumb">multithumb/greybox/w_close.gif</filename> <filename plugin="multithumb">multithumb/slimbox/css/closelabel.gif</filename> <filename plugin="multithumb">multithumb/slimbox/css/loading.gif</filename> <filename plugin="multithumb">multithumb/slimbox/css/nextlabel.gif</filename> <filename plugin="multithumb">multithumb/slimbox/css/prevlabel.gif</filename> <filename plugin="multithumb">multithumb/slimbox/css/slimbox.css</filename> <filename plugin="multithumb">multithumb/slimbox/js/slimbox.js</filename> <filename plugin="multithumb">multithumb/thickbox/thickbox.js</filename> <filename plugin="multithumb">multithumb/thickbox/jquery.js</filename> <filename plugin="multithumb">multithumb/thickbox/thickbox.css</filename> <filename plugin="multithumb">multithumb/thickbox/loadingAnimation.gif</filename> </files> <languages> <!-- Any language files included with the module --> <language tag="en-GB">en-GB.plg_content_multithumb.ini</language> </languages> <params> <param name="@spacer" type="spacer" default="" label="<p/ style='margin-top:0'>Popup options" description="Options to control the popup style." /> <param name="add_headers" type="list" default="auto" label="How to add headers for the popup libraries." description="To use the different popup methods, certain libraries are needed. However, if these are loaded twice the scripts will normally not work.<p/>Multithumb can 'intelligently' decide if the headers are needed by looking in your template file.<p/>If you now that the headers are already present, you can select <b>Never</b>. If you know they are not present, select <b>Always</b>. Otherwise select <b>Automatically</b>."> <option value="auto">Automatically, if needed</option> <option value="always">Always</option> <option value="never">Never</option> </param> <param name="popup_type" type="list" default="slimbox" label="Popup method" description="Choose between <b>No popup - just thumbnails</b>, <b>Normal popup</b>, <b>LightBox popup</b>, <b>Slimbox</b>, <b>Greybox</b> or <b>Thumbnail Expansion</b> (expand image without reloading the page).<p/>You can override this setting for individual images by prefixing the alt text (description) with mt_none:, mt_popup:, mt_lightbox:, mt_slimbox:, mt_greybox: or mt_expand:<p/><b>Remember the colon!</b>"> <option value="none">No popup - just thumbnails</option> <option value="normal">Normal popup</option> <option value="slimbox">Slimbox(Lightbox)</option> <option value="greybox">Greybox</option> <option value="thickbox">Thickbox</option> <option value="expansion">Thumbnail Expansion</option> </param> <param name="@spacer" type="spacer" default="" label="<p/>Thumbnail options" description="Options for changing the style and behaviour of thumbnail." /> <param name="enable_thumbs" type="radio" default="1" label="Use Thumbnails" description="If set to <b>No</b>, thumbnail generation is disabled. Useful is you only want watermarks or resizing the images."> <option value="0">No</option> <option value="1">Yes</option> </param> <param name="blog_mode" type="list" default="link" label="Handling of thumbnails in blog mode" description="Multithumb can show normal popup images in the introtext in blog mode, or it can create a link to the full article. Or just show the inactive thumbnail." > <option value="link">Link to article</option> <option value="popup">Popup</option> <option value="thumb">Thumbnails only</option> </param> <param name="thumb_width" type="text" default="150" label="Thumbnail width" description="Width of thumbnail in pixel. Set to 0 (zero) to constrain only by height." /> <param name="thumb_height" type="text" default="100" label="Thumbnail height" description="Height of thumbnail in pixels. Set to 0 (zero) to constrain only by width." /> <param name="thumb_proportions" type="list" default="bestfit" label="Thumbnail proportions" description="What to do if the original image and resulting thumbnail have different proportions."> <option value="bestfit">Best fit (keep proportions)</option> <option value="crop">Crop to fit (cut one side)</option> <option value="fill">Fill out with background color</option> <option value="stretch">Strecht to fit (distort proportions)</option> </param> <param name="thumb_bg" type="text" default="#FFFFFF" label="Background color of thumbnail" description="Background color of thumbnail if <b>Handle proportions</b> is set to fill out." /> <param name="border_size" type="list" default="2px" label="Border size" description="Thumbnail border size in pixels. For other styling of thumbnails, use the field CSS Styling." > <option value="0">0px</option> <option value="1px">1px</option> <option value="2px">2px</option> <option value="3px">3px</option> <option value="4px">4px</option> <option value="5px">5px</option> </param> <param name="border_color" type="text" default="#000000" label="Border color" description="Thumbnail border color. For other styling of thumbnails, use the field CSS Styling."/> <param name="border_style" type="list" default="solid" label="Border style" description="Thumbnail border style. For other styling of thumbnails, use the field CSS Styling."> <option value="none">none</option> <option value="solid">solid</option> <option value="dotted">dotted</option> <option value="dashed">dashed</option> <option value="groove">groove</option> <option value="ridge">ridge</option> <option value="inset">inset</option> <option value="outset">outset</option> <option value="double">double</option> </param> <param name="css" type="textarea" cols="30" rows="10" default="/*<br />The comments below are to help you understanding and modifying the look and feel of thumbnails. Borders can be set using the border fields above. You can safely delete these comments.<br />*/<br /><br />/*<br />Styles for the DIV surrounding the image.<br />*/<br />div.mtImgBoxStyle {<br /> margin:5px;<br />}<br /><br />/* <br />Styles for the caption box below/above the image.<br />Change font family and text color etc. here.<br />*/<br />div.mtCapStyle {<br /> font-weight: bold;<br /> color: black;<br /> background-color: #ddd;<br /> padding: 2px;<br /> text-align:center;<br /> overflow:hidden;<br />}<br />/* <br />Styles for the table based Multithumb gallery<br />*/<br />table.multithumb {<br /> width: auto;<br />}" label="CSS Styling" description="CSS styling for the thumbnail image and caption. Change font and text color etc. here. Borders can be set using the border fields above.<p/>To restore the default styles, erase the content of the field and press apply.<p/>You can delete the comments to save some space." /> <param name="max_thumbnails" type="list" default="0" label="Max. thumbnails in image sets" description="Show only the first x thumbnails in a related lightbox/slimbox/greybox set. Good for slideshows."> <option value="0">Show all</option> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="4">4</option> <option value="5">5</option> <option value="6">6</option> <option value="7">7</option> <option value="8">8</option> <option value="9">9</option> <option value="10">10</option> <option value="11">11</option> <option value="12">12</option> <option value="13">13</option> <option value="14">14</option> <option value="15">15</option> <option value="16">16</option> <option value="17">17</option> <option value="18">18</option> <option value="19">19</option> <option value="20">20</option> <option value="21">21</option> <option value="22">22</option> <option value="23">23</option> <option value="24">24</option> <option value="25">25</option> </param> <param name="num_cols" type="text" default="3" label="Number of thumbnail columns" description="Number of columns in multithumb gallery. Set image description (alt text) to mt_gallery to trigger gallery mode." /> <param name="thumbclass" type="text" default="multithumb" label="Give thumbnails this class" description="Give the generated thumbnail images this class. Useful for thumbnail styling." /> <param name="@spacer" type="spacer" default="" label="<p/>Full-size image options" description="Options to control the size and appearance of full-sized images, whether in popups or directly in content." /> <param name="resize" type="radio" default="0" label="Resize images" description="If set to <b>Yes</b> the target images (popup etc) will be resized to the values below."> <option value="0">No</option> <option value="1">Yes</option> </param> <param name="full_width" type="text" default="800" label="Full-size width in pixels or percent." description="Width of the full image. Can be a percentage of screen width, like 60%. Set to 0 (zero) to constrain by height only (recommended)." /> <param name="full_height" type="text" default="600" label="Full-size height in pixels or percent." description="Height of the full image. Can be a percentage of screen height, like 60%. Set to 0 (zero) to constrain by width only." /> <param name="image_proportions" type="list" default="bestfit" label="Full-size image proportions" description="What to do if the original and resized image have different proportions."> <option value="bestfit">Best fit (keep proportions)</option> <option value="crop">Crop to fit (cut one side)</option> <option value="fill">Fill out with background color</option> <option value="stretch">Strecht to fit (distort proportions)</option> </param> <param name="image_bg" type="text" default="#000000" label="Background color of full-sized image." description="Background color of full-sized image. Applies only if 'Fill out with background color' is selected above." /> <param name="@spacer" type="spacer" default="" label="<p/>Caption options" description="Options for captions" /> <param name="caption_pos" type="list" default="disabled" label="Caption position" description="A caption text will be shown <b>above</b> or <b>below</b> the image, or <b>disabled</b>."> <option value="disabled">Disabled</option> <option value="below">Caption below</option> <option value="above">Caption above</option> </param> <param name="caption_type" type="list" default="title" label="Take caption from" description="Use <b>Alt</b> or <b>Title</b> attribute for captions. Alt is called 'description' in some editors."> <option value="alt">Alt text</option> <option value="title">Title</option> <option value="alt_or_title">Alt text or title</option> <option value="title_or_alt">Title or alt text</option> </param> <param name="@spacer" type="spacer" default="" label="<p/>Watermark options" description="Options for controlling watermarks." /> <param name="watermark" type="radio" default="0" label="Use watermarks?" description="If set to <b>Yes</b>, the watermark from the file below will be added to every fullsize image (not thumbs)."> <option value="0">No</option> <option value="1">Yes</option> </param> <param name="watermark_file" type="text" default="" label="Watermark file" description="Full path to watermark file." /> <param name="watermark_left" type="text" default="" label="Left position of watermark" description="Left position of watermark. Use negative for right position. Leave empty for center." /> <param name="watermark_top" type="text" default="" label="Top position of watermark." description="Top position of watermark. Use negative for bottom position. Leave empty for center." /> <param name="transparency_type" type="list" default="alpha" label="Transparency type" description="Choose between <b>True alpha blending</b> (recommended!) or <b>Transparent background color</b>."> <option value="alpha">True alpha blending</option> <option value="color">Transparent background color</option> </param> <param name="transparent_color" type="text" default="#000000" label="Transparent color (ignored for true alpha blending)" description="Set the (background) color that should be transparent. Ignored for true alpha blending." /> <param name="transparency" type="text" default="25" label="Transparency in percent (ignored for true alpha blending)" description="Transparency in percent. 0 = watermark invisible, 100 = not transparent (except for the set transparent color!). Ignored for true alpha blending." /> <param name="scramble" type="list" default="off" label="Scramble image names?" description="This option can scramble the file names of thumbnails and resized/watermarked images so that users can not guess their real locations. Choose between<p/>No scrambling (<b>Off</b>)<p/>Long file names with no risc of name collision (<b>MD5</b>)<p/>Short file names with little risc of name collision (<b>CRC32</b>)"> <option value="off">Off</option> <option value="md5">MD5</option> <option value="crc32">CRC32</option> </param> <param name="@spacer" type="spacer" default="" label="<p/>Where to use Multithumb" description="Options controlling where to enable Multithumb" /> <param name="only_cats" type="text" default="" label="Enable Multithumb in these categories only" description="Apply Multithumb to images in these categories only. Seperate categories with semicolon. Leave empty to apply to all categories." /> <param name="ignore_cats" type="text" default="" label="Disable Multithumb in these categories" description="Exclude Multithumb in these categories. Seperate categories with semicolon. Leave empty to apply to all categories." /> <param name="only_tagged" type="radio" default="0" label="Apply only to content with {multithumb}" description="Apply only multithumb to content including the {multithumb} tag. Useful if you only need it on a few pages." > <option value="0">No</option> <option value="1">Yes</option> </param> <param name="exclude_tagged" type="radio" default="1" label="Exclude pages with {nomultithumb}" description="Skip pages with {nomultithumb} tag. Useful if you need it on most, but not all pages." > <option value="0">No</option> <option value="1">Yes</option> </param> <param name="only_classes" type="text" default="" label="Apply only to these image CSS classes" description="Apply only multithumb to images with these classes. Seperate classes with |. Leave empty to apply to all images." /> <param name="@spacer" type="spacer" default="" label="<p/>Various options" description="Various options" /> <param name="language" type="text" default="" label="Language override for Multithumb" description=" Use the language name, like English, Danish, Polish etc. <b>Leave empty to use the language set in the Global Configuration</b>." /> <param name="error_msg" type="list" default="popup" label="Show Multithumb error messages" description="Select how Multithumb should display error messages"> <option value="popup">Popup alerts</option> <option value="text">Show as text</option> <option value="off">Don't display messages</option> </param> <param name="quality" type="text" default="80" label="JPG quality" description="JPG quality 0-100 for thumbnails and resized/watermarked images. Better quality creates bigger files. Does only apply to JPG!<p/>If you change the quality, you <b>must</b> clear Multithumb's cache to see the changes." /> <param name="allow_img_toolbar" type="radio" default="0" label="Allow IE Image Toolbar" description="If set to yes, Internet Explorer's Image Toolbar will be enabled in the popups. <b>NOTE: IE Only!</b>"> <option value="0">No</option> <option value="1">Yes</option> </param> <param name="time_limit" type="text" default="" label="PHP maximum execution limit." description="Sets the maximum execution time for PHP in seconds. If you get a time out error, try with a value like 120 (2 minutes). Leave empty to user the server default value.<b> Does not work in Safe Mode!</b>"> </param> <param name="memory_limit" type="list" default="default" label="PHP memory limit." description="Sets the PHP memory limit. Try higher values if you get an Allowed memory size error. <b>Does not work in Safe Mode!</b>"> <option value="default">Default memory size</option> <option value="16M">16 MB</option> <option value="32M">32 MB</option> <option value="64M">64 MB</option> </param> </params> </install>