Page 1 of 1

[Neues Plugin] DirList 1.0

Posted: Fri 16. Oct 2015, 19:41
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

Dirlist: WHERE does the plugin CALL go?

Posted: Sat 18. Apr 2020, 16:00
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

Re: [Neues Plugin] DirList 1.0

Posted: Sat 18. Apr 2020, 17:23
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

Re: [Neues Plugin] DirList 1.0

Posted: Sun 19. Apr 2020, 08:09
by gandsnut
Thank you for the pointer.