[Neues Plugin] DirList 1.0

Erweiterungen
Post Reply
Gert
Posts: 2075
Joined: Sun 18. Nov 2012, 14:18

[Neues Plugin] DirList 1.0

Post by Gert »

Image Hallo,

DirList 1.0 steht zum Download bereit.

DirList listet die Dateien eines Verzeichnisses auf und verlinkt sie. Der Besucher kann mit der rechten Maustaste entscheiden, ob er die Datei aufrufen oder herunterladen will. DirList eignet sich somit hervorragend zur Verwaltung von von vielen Downloads.

Die standardmässige Listenansicht von DirList ist optimiert für den Einsatz in responsiven Templates.

Die optionale Tabellenansicht (sortierbar) ist geeignet für die Verwaltung sehr vieler Dateien in einem Ordner.

Version 1.0 ermöglicht das einzelne ausblenden von Dateityp, Upload Datum und Dateigrösse. Das kann für jeden einzelnen Plugin Aufruf anders definiert werden.

Viel Spass - Gert

========================================================================

Image Hello,

DirList 1.0 is ready for download.

DirList lists the files of a directory and links them. The visitor can choose with the right mouse button, if he wants to open the file or download it. Thus DirList is an ideally tool for managing many downloads.

The default list view of DirList is optimized for usage in responsive templates.

The optional table view (sortable) is suitable for the management of many files in one folder.

Version 1.0 allows you to remove file type, upload date and file size from the plugin output. You can do that for every single plugin call different.

Have fun - Gert

========================================================================

Demo: http://www.ge-webdesign.de/plugindemo/? ... ___DirList

Download: http://www.ge-webdesign.de/cmsimpleplug ... ns/DirList
Gert Ebersbach | CMSimple | Templates - Plugins - Services
gandsnut
Posts: 2
Joined: Sat 18. Apr 2020, 09:10
Contact:

Dirlist: WHERE does the plugin CALL go?

Post by gandsnut »

Hello:

I don't understand WHERE to put this code: {{{plugin: dl_dirList ();}}}

I've tried through normal edit of a page, and 'code' edit of a page. The call
just displays as {{{plugin: dl_dirList ();}}} on the page and does not invoke it.

Thanks
Gert
Posts: 2075
Joined: Sun 18. Nov 2012, 14:18

Re: [Neues Plugin] DirList 1.0

Post by Gert »

Hello,

at first: remove the blank spaces in the code.

Try this in sourcecode view:

Code: Select all

<div>{{{plugin:dl_dirList();}}}</div>
But normally it is enough to write {{{plugin:dl_dirList();}}} in a empty line (paragraph) in normal edit mode,

Gert
Gert Ebersbach | CMSimple | Templates - Plugins - Services
gandsnut
Posts: 2
Joined: Sat 18. Apr 2020, 09:10
Contact:

Re: [Neues Plugin] DirList 1.0

Post by gandsnut »

Thank you for the pointer.
Post Reply