Plugin Files

Use this wiki plugin, introduced in Tiki3, to display a list of files like in a file gallery listing. You can also create a link to a slideshow of images in a file gallery.
The files can identified by their:

Requirements

Regarding permissions:

Parameters

Plugin Manager error: files plugin not found
 Additional notes

Examples

This code:

Copy to clipboard
{files galleryId="4" max="5"}

Would produce on this site:

File Gallery: Documentation temporarily in PDF

ID Filename Name Description Size Last modified Last modified by
60 AulaWiki_documentation_Castellano_090520.pdf 1.74 MB Xavier de Pedro
61 AulaWiki_documentation_Catala_090520.pdf 1.73 MB Xavier de Pedro
62 AulaWiki_documentation_English_090520.pdf 1.80 MB Xavier de Pedro
151 teetree_categ_perms_00.png 26.30 KB Xavier de Pedro
1134 bootstrap-navbar-structure-basic-overview.pdf Bootstrap Navbar Structure Basic Overview 366.71 KB Torsten Fabricius

All files in a category

This code:

Copy to clipboard
{files categId="13"}

Would produce on this site:

Category: Files example

ID Filename Name Description Size Last modified Last modified by
No records found.

Select files

This code:

Copy to clipboard
{files fileId="60:61:62" showgallery="n"}

Would produce on this site:

ID Filename Name Description Size Last modified Last modified by
60 AulaWiki_documentation_Castellano_090520.pdf 1.74 MB
61 AulaWiki_documentation_Catala_090520.pdf 1.73 MB
62 AulaWiki_documentation_English_090520.pdf 1.80 MB

Slideshow

This code:

Copy to clipboard
{FILES(galleryId="6" slideshow="y")}Slideshow for file gallery 6{FILES}

Would produce on this site:
Slideshow for file gallery 6

History Source