Loading...
 

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:

  • ID
  • gallery
  • category
  • gallery and category

Requirements

Regarding permissions:

  • The file gallery must be visible by the user in order for the file to be listed or displayed
  • A category with a permission on a file has no effect

Parameters

Plugin PluginTikiDocFromCode failed : Either the module, plugin, preferences, tracker field or prefsexport parameter must be set, but not two or more.

Examples

All files in a gallery

This code:

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

Would produce on this site:

File Gallery: Documentation temporarily in PDF

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 Categories
595 r_test5_mods_word_cloud.png r_test5_mods_word_cloud.png 128.99 KB Uncategorized
600 tiki7_slideshow_00.png tiki7_slideshow_00.png 73.71 KB Uncategorized
602 tiki7_slideshow_02.png tiki7_slideshow_02.png 33.20 KB Uncategorized
603 tiki7_slideshow_03.png tiki7_slideshow_03.png 28.28 KB Uncategorized
604 tiki7_slideshow_04.png tiki7_slideshow_04.png 33.16 KB Uncategorized
605 tiki7_slideshow_05.png tiki7_slideshow_05.png 133.45 KB Uncategorized
606 tiki7_slideshow_01.png tiki7_slideshow_01.png 136.42 KB Uncategorized

Select files

This code:

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

Would produce on this site:

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

Related pages

List Slides