From: <var...@us...> - 2016-07-08 11:32:05
|
Revision: 9865 http://sourceforge.net/p/phpwiki/code/9865 Author: vargenau Date: 2016-07-08 11:32:02 +0000 (Fri, 08 Jul 2016) Log Message: ----------- Update pgsrc/Help%2FPhotoAlbumPlugin Modified Paths: -------------- trunk/lib/plugin/PhotoAlbum.php trunk/pgsrc/Help%2FPhotoAlbumPlugin Modified: trunk/lib/plugin/PhotoAlbum.php =================================================================== --- trunk/lib/plugin/PhotoAlbum.php 2016-07-07 20:51:47 UTC (rev 9864) +++ trunk/lib/plugin/PhotoAlbum.php 2016-07-08 11:32:02 UTC (rev 9865) @@ -53,7 +53,7 @@ * semi-colon on each line. Listed files must be in same directory as textfile * itself, so don't use relative paths inside textfile. * - * "url": defines the the webpath to the srcdir directory (formerly called weblocation) + * "url": defines the webpath to the srcdir directory */ /** Modified: trunk/pgsrc/Help%2FPhotoAlbumPlugin =================================================================== --- trunk/pgsrc/Help%2FPhotoAlbumPlugin 2016-07-07 20:51:47 UTC (rev 9864) +++ trunk/pgsrc/Help%2FPhotoAlbumPlugin 2016-07-08 11:32:02 UTC (rev 9865) @@ -1,4 +1,4 @@ -Date: Thu, 7 Jul 2016 22:43:03 +0000 +Date: Fri, 8 Jul 2016 13:31:18 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.5) Content-Type: application/x-phpwiki; pagename=Help%2FPhotoAlbumPlugin; @@ -6,8 +6,7 @@ charset=UTF-8 Content-Transfer-Encoding: binary -The **~PhotoAlbum** [[Help:WikiPlugin|plugin]] makes an 'album' by displaying a set of photos listed in a text file -with optional descriptions. +The **~PhotoAlbum** [[Help:WikiPlugin|plugin]] makes an 'album' by displaying a set of photos listed in a text file with optional descriptions. == Usage == @@ -20,7 +19,6 @@ sort=false height=100% width=100% - weblocation=>false >> }}} @@ -40,13 +38,13 @@ description of each photo. Photos listed in the text file have to be in same directory as the file. Descriptions are optional. -If the the local path points to a directory, is relative from PHPWIKI_DIR, -and the main script is in PHPWIKI_DIR, weblocation must not be given, and +If the local path points to a directory, is relative from PHPWIKI_DIR, +and the main script is in PHPWIKI_DIR, ##url## must not be given, and all pictures from this directory are displayed. | |- | **url** -| Defines the the webpath to the srcdir directory (formerly called weblocation) +| Defines the webpath to the srcdir directory | |- | **mode** @@ -56,9 +54,15 @@ * "thumbs" - WinXP thumbnail style * "tiles" - WinXP tiles style * "list" - WinXP list style +* "row" - inline thumbnails +* "column" - photos full-size, displayed in 1 column * "slide" - slideshow mode, needs Javascript on client | normal |- +| **numcols** +| photos per row, columns +| 3 +|- | **showdesc** | * "none" - No descriptions next to photos @@ -75,6 +79,12 @@ photo will be shown full-size. Only works when mode != 'normal' | true |- +| **attrib** +| attrib arg allows multiple attributes: attrib=sort,nowrap,alt +* "sort" sorts alphabetically, +* "nowrap" for cells, +* "alt" to use descs instead of filenames in image ALT-tags +|- | **align** | center, right or left | center @@ -122,15 +132,23 @@ | **tablewidth** | table (75|100%) -| +| false |- | **p** | "displaythissinglephoto.jpg" only -| +| false |- | **h** | "highlightcolorofthisphoto.jpg" only -| +| false +|- +| **duration** +| in slide mode, duration in seconds +| 6 +|- +| **thumbswidth** +| width of thumbnails +| 80 |} == Examples == This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |