Linux 软件免费装

Folder Gallery

开发者 vjalby
更新时间 2017年11月18日 15:18
捐献地址: 去捐款
PHP版本: 4.0 及以上
WordPress版本: 4.9.0
版权: GPLv2 or later
版权网址: 版权信息

标签

gallery lightbox folder

下载

0.92 0.95 0.97 1.0 1.1 1.2 1.3 1.4 1.4.1 1.5b1 1.5b3 1.6 1.6b1 1.7 1.7.1 1.7.2 1.7.3 1.7.4

详情介绍:

This plugin creates picture galleries from a folder. The pictures folder must be uploaded (using FTP) somewhere on the server (e.g. wp-content/upload). It must be writable (chmod 777). Folder Gallery Plugin does not include any lightbox JS engine anymore. You have to install one or use a compatible lightbox plugin. See FAQ. To include a gallery in a post or a page, you have to use the following shortcode : [foldergallery folder="local_path_to_folder" title="Gallery title"] For each gallery, a subfolder cache_[width]x[height] is created inside the pictures folder when the page is accessed for the first time. An Options page allow to set the default paramaters of the galleries : * Lightbox JS Engine: Lightbox 2 (if installed), Fancybox 2 (if installed), Fancybox 3 (if installed), Lightview 3 (if installed), Easy Fancybox Plugin (if available), Responsive Lightbox Plugin (if available) or none (default) * Display Thumbnails (thumbnails): all = standard Gallery, single = displays a single thumbnail linked to the lightbox gallery, none = displays a link to the lightbox gallery * Sort pictures by (sort) : pictures are sorted by filename (filename) or in reverse order (filename_desc) or by modification date (date or date_desc) or randomly (random) * Number of images per row (columns) * Thumbnails width and height (width & height) * Picture border (border) * Padding and Margin (padding & margin) * Caption Format (caption): default (title + picture number), filename, filenamewithoutextension, smartfilename (filename with underscores and front numbers removed), modificationdate, modificationdateandtime, modificationdater (RFC 2822), modificationdatec (ISO 8601), none * Show Thumbnail Captions (show_thumbnail_captions): yes (true) or no (false). Display (or not) the caption under the picture thumbnail. * Fancybox 2 Caption Style: Inside, Outside, Over, Float, None. Available with Fancybox 2 engine only (if installed). * Fancybox 2 Transition: Elastic, Fade. Available with Fancybox 2 engine only (if installed). * Fancybox 2 Autoplay Speed: Slideshow speed in seconds. 0 to turn autoplay off. Available with Fancybox 2 engine only (if installed). * Fancybox 3 Options : Loop, Toolbar, Infobar, Arrows, Fullscreen, Slideshow, Slideshow speed. Available with Fancybox 3 engine only (if installed). * Misc settings - Permissions: force 777 permissions on cache folder. Leave it uncheck unless you really know what you do! * Misc settings - Orientation: Correct picture orientation according to EXIF tag. Rotated pictures will be overwritten. (Require EXIF library in PHP.) Delete the cache folder to apply to existing galleries. Most of theses settings can be overridden using the corresponding shortcode : [foldergallery folder="path" title="title" columns=1 width=150 height=90 border=1 padding=2 margin=10 thumbnails=single] Sample, contact available at http://jalby.org/wordpress/

安装:

  1. Unzip the archive foldergallery.zip
  2. Upload the directory 'foldergallery' to the '/wp-content/plugins/' directory
  3. Download and upload to '/wp-content/' directory at least on lightbox JS engine (see FAQ)
  4. Activate the plugin through the 'Plugins' menu in WordPress
  5. Go to Settings / Folder Gallery to change the default settings
  6. Upload a folder of pictures to 'wp-content/upload/MyPictures'
  7. Insert the following short code in post or page :
[foldergallery folder="wp-content/upload/MyPictures" title="My Picture Gallery"] 1. To use Fancybox 2 engine, see FAQ

屏幕截图:

  • Folder Gallery Options
  • Folder Gallery in a post
  • Folder Gallery Lightbox

更新日志:

1.7.4 [2017-11-18]