This wiki plugin, introduced in Tiki5, is used to display one image of a file gallery or image gallery and when you click on it, it opens a popup/slideshow of all the images of the same gallery. The slideshow is done by the colorbox library.
Parameters
Display a gallery of images in a popup slideshow Introduced in Tiki 5. Go to the source code Preferences required: feature_file_galleries, feature_shadowbox, wikiplugin_colorbox
Parameters
Accepted Values
Description
Default
Since
galId
ID number of the image gallery that contains the images to be displayed
5.0
sort_mode
Sort by database table field name, ascending or descending. Examples:
fileId_asc or name_desc.
created_desc
5.0
fgalId
ID number of the file gallery that contains the images to be displayed
5.0
fileId
separator::
Colon-separated list of fileIds in a file gallery to show.
6.0
parsedescriptions
Parse the file descriptions as wiki syntax
n
5.0
showallthumbs
Show thumbnails of all the images in the gallery
n
5.0
showfilename
Show file name
n
5.0
showtitle
Show file title
n
5.0
thumb
Display as a thumbnail or full size.
y
5.0
Example
This code:
Copy to clipboard
{colorbox fgalId="6" thumb="y"}
Would produce on this site:
Tips
To have a locallized description, you can use the param parsedescriptions and use {LANG(lang=en)}xxxx{LANG}{LANG=fr)}yyy{LANG}
Users require the permissiontiki_p_view_file_gallery on the filegal referenced in the plugin.