Plugin Directory

Changeset 220530


Ignore:
Timestamp:
03/22/2010 10:59:43 AM (16 years ago)
Author:
rickota
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • silverlight-gallery/trunk/readme.txt

    r205943 r220530  
    22Contributors: Regart.net
    33link: http://www.flashxpress.net/ressources-silverlight-blend/plugin-galerie-wordpress-en-silverlight/
    4 Tags: silverlight, gallery, gallerie
     4Tags: album, photos, gallery, Slideshow, Silverlight, photo album
    55Requires at least: Silverlight 3 and Wordpress 2.8
    66Tested up to: 9.1
     
    1111== Description ==
    1212
    13 The goal is to provide a simple way to put pictures online nicely for Wordpress blogs as shown below:
     13This Silverlight gallery plugin allows a smooth integration of a photo album / gallery in your WordPress site. It provides an easy and effective way to expose your photos or images without compromising the Layout and Look and Feel of your site. The administration section will offer you some parameters to customize the presentation.
    1414
     15Just write a tag like :
    1516[sl-gallery:width=580, height=260, leftArrow=true, rightArrow=true, pageNumbers=true, thumbnails=true, fill=uniform, bgcolor=transparent, bgmode=transparent]
    1617
    17 Just write a tag like : [sl-gallery: ...]
     18The plugin offers the following features:
    1819
    19 You can set parameters as shown in the example below :
    20 
    21     * width=400
    22     * height=400
    23     * leftArrow=true
    24       //show/hide left arrow
    25     * rightArrow=true
    26       //show/hide right arrow
    27     * pageNumbers=true
    28       //affiche ou cache la pagination
    29     * thumbnails=true
    30       //show/hide thumbnails
    31     * fill=uniform
    32       / / used to indicate a way of filling you can choose between:
    33       / / Uniform (homothetic part by filling ability)
    34       / / UniformToFill (filling with homothety)
    35       / / Fill (filling with deformation dimensions)
    36       / / None (preserves the original dimensions)
    37     * bgcolor
    38       //set the background color
    39     * bgmode
    40       // set the background mode(windowless)
     20    * Width – Height customization
     21       //width=400
     22    * Unlimited numbers of images
     23    * Display arrows navigation or not
     24       //rightArrow=true
     25    * Display thumbnails or not
     26       //thumbnails=true
     27    * Display the silverlight preloader or not
     28    * Display page number or not
     29    * Choose bitmap fill mode
     30       // fill=uniform
     31       // used to indicate a way of filling you can choose between:
     32       // Uniform (homothetic part by filling ability)
     33       // UniformToFill (filling with homothety)
     34       // Fill (filling with deformation dimensions)
     35       // None (preserves the original dimensions)
     36    * Background Mode (windowless or not) and Color customization
    4137
    4238The first good news is that it is possible to use a menu to set it all in 2 seconds. It adds to the administration of sections Wordpress. A small window appears when you click the button.
     
    4844e.g.
    4945
    50 1. Upload `silverlight-gallery` plugin to the `/wp-content/plugins/` directory
    51 1. Activate the plugin through the 'Plugins' menu in WordPress
    52 1. Place `<?php slgallery_output($postContent); ?>` in your templates if you to use it in your Theme
     46   1. Upload silverlight-gallery (including all files and directories within) plugin into the /wp-content/plugins/ directory
     47   2. Activate the plugin through the 'Plugins' menu in WordPress
     48   3. Visit the plugin settings at Settings, Silverlight Gallery and customize the parameters per default
     49
    5350
    5451== Frequently Asked Questions ==
    5552
    56 = How can I can Configure and add a new gallery in my post ? =
     53= How can I can Configure and add a new gallery in my post?
    5754
    58 You just have to click on the last icon add by this plugin in the tool bar of your post. A panel opens and allow you to customize the plugin
     55While writing your post, click on the Silverlight Gallery icon located in the tool bar. The Silverlight Gallery panel will open for customization.
    5956
    6057== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.