copyright 2009 Fiona Coulter http://www.iswebdesign.co.uk This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . ******************************************************************************* This plugin embeds the special product gallery into a Joomla article content. Usage Use {specialproduct:} This will embed a gallery using the default parameters as defined in the plugin manager. However you can specify parameters in the plugin code, eg {specialproduct:cellHeight=200;scrolltype=clickScroller;scrollHeight=200;bgcolor=#cc9999;buttonText=View Product} The parameters are specified as a semi-colon separated list. The available parameters are:- parameter Default value Other Possible Values ------------------------------------------------------------------------------------------------------------------------ catid comma separated list ------------------------------------------------------------------------------------------------------------------------ buttonText Add to Cart any string ------------------------------------------------------------------------------------------------------------------------ folder components/com_virtuemart/shop_image/product ------------------------------------------------------------------------------------------------------------------------ module_type random special,top or recent ------------------------------------------------------------------------------------------------------------------------ maxitems 10 any integer value ------------------------------------------------------------------------------------------------------------------------ use_thumbs yes no ------------------------------------------------------------------------------------------------------------------------ use_thumb_width yes no ------------------------------------------------------------------------------------------------------------------------ thumbWidth 60 any integer value ------------------------------------------------------------------------------------------------------------------------ thumbHeight 60 any integer value ------------------------------------------------------------------------------------------------------------------------ thumbSpacing 6 any integer value ------------------------------------------------------------------------------------------------------------------------ bgcolor #cccccc hex color value ------------------------------------------------------------------------------------------------------------------------ bgalpha 100 number between 0 and 100 ------------------------------------------------------------------------------------------------------------------------ textcolor #666666 hex color value ------------------------------------------------------------------------------------------------------------------------ galleryWidth any pixel value or % ------------------------------------------------------------------------------------------------------------------------ galleryHeight any pixel value or % ------------------------------------------------------------------------------------------------------------------------ cellWidth 140 any integer value ------------------------------------------------------------------------------------------------------------------------ cellHeight 140 any integer value ------------------------------------------------------------------------------------------------------------------------ imagePadding 4 any integer value ------------------------------------------------------------------------------------------------------------------------ paddingColor #ffffff hex color value ------------------------------------------------------------------------------------------------------------------------ imageBorderWidth 1 any integer value ------------------------------------------------------------------------------------------------------------------------ imageBorderColor #999999 hex color value ------------------------------------------------------------------------------------------------------------------------ use_drop_shadow yes no ------------------------------------------------------------------------------------------------------------------------ loadSlimbox yes no ------------------------------------------------------------------------------------------------------------------------ direction horizontal vertical ------------------------------------------------------------------------------------------------------------------------ scrolltype none clickScroller or mouseover ------------------------------------------------------------------------------------------------------------------------ scrollWidth 420 any integer value ------------------------------------------------------------------------------------------------------------------------ scrollHeight 140 any integer value