Changeset 220530
- Timestamp:
- 03/22/2010 10:59:43 AM (16 years ago)
- File:
-
- 1 edited
-
silverlight-gallery/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
silverlight-gallery/trunk/readme.txt
r205943 r220530 2 2 Contributors: Regart.net 3 3 link: http://www.flashxpress.net/ressources-silverlight-blend/plugin-galerie-wordpress-en-silverlight/ 4 Tags: silverlight, gallery, gallerie4 Tags: album, photos, gallery, Slideshow, Silverlight, photo album 5 5 Requires at least: Silverlight 3 and Wordpress 2.8 6 6 Tested up to: 9.1 … … 11 11 == Description == 12 12 13 Th e goal is to provide a simple way to put pictures online nicely for Wordpress blogs as shown below:13 This 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. 14 14 15 Just write a tag like : 15 16 [sl-gallery:width=580, height=260, leftArrow=true, rightArrow=true, pageNumbers=true, thumbnails=true, fill=uniform, bgcolor=transparent, bgmode=transparent] 16 17 17 Just write a tag like : [sl-gallery: ...] 18 The plugin offers the following features: 18 19 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 41 37 42 38 The 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. … … 48 44 e.g. 49 45 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 53 50 54 51 == Frequently Asked Questions == 55 52 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? 57 54 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 55 While writing your post, click on the Silverlight Gallery icon located in the tool bar. The Silverlight Gallery panel will open for customization. 59 56 60 57 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.