Dieses Plugin zeigt einfach Ordner und Dateien aus einem Verzeichnis an. Es kann mittels Shortcode in jeden Beitrag eingefügt werden.
Bewertungen
4.7
Zuletzt aktualisiert
July 31, 2023
Version
0.18
Aktive Installationen
500
m1.DownloadList

Dieses Plugin zeigt einfach Ordner und Dateien aus einem Verzeichnis an. Es kann mittels Shortcode in jeden Beitrag eingefügt werden mit Parameter für Pfad und Fenster Ziel. Uploads müssen mit einem separaten Programm erfolgen. Es gibt keine Verwaltungsoptionen.

  • compatible up to PHP7.2
  • need PHP extension mb_string

Verfügbare optionale Parameter

  • path = directory path, starting by web root (default: wp-content/uploads/)
  • target = Browser Fenstername
  • sort = by name ASC/DESC (default: ASC)
  • sort-order = filename/filetype/ftime/filetime/foldertime (default: filename)
  • label = custom top level label
  • nosize = displays no file size
  • hidedirs = displays no folders, only files
  • filetype = (comma separated list) filter files by their extension
  • hidefiletype = (comma separated list) hide files with filetype
  • hidefilename = (comma separated list) hide named files and folders
  • noext = hide the file extensions
  • nobreadcrumb = hide breadcrumb / title
  • ftime = display file and folder modification date and time (standard = „1“ or use date formatting like „Y-m-d H:i“), see PHP date formatting
  • filetime = same as ftime, just for files
  • foldertime = same as ftime, just for folders

(most of it can be combined together)

Shortcode Beispiele

  1. zeigt den Inhalt von wp-content/uploads/: [m1dll]
  2. zeigt den Inhalt von dein/ordername/hier/: [m1dll path="dein/ordername/hier/"]
  3. zeigt den Inhalt von dein/ordername/hier/ und sortiert absteigend: [m1dll path="dein/ordername/hier/" sort="DESC"]
  4. zeigt den Inhalt von dein/ordername/hier/, öffnet Dateien in einem neuen Fenster: [m1dll path="dein/ordername/hier/" target="_blank"]
  5. displays content of your/foldername/here/, change label ‚downloads‘ to ‚our downloads‘: [m1dll path="your/foldername/here/" label="our downloads"]
  6. displays content of wp-content/uploads/, displays no file size: [m1dll nosize="1"]
  7. displays content of wp-content/uploads/, displays no folders: [m1dll hidedirs="1"]
  8. displays content of wp-content/uploads/, displays only pdf- and docx-documents: [m1dll filetype="pdf,docx"]
  9. displays content of wp-content/uploads/, do not display pdf- and docx-documents: [m1dll hidefiletype="pdf,docx"]
  10. displays content of wp-content/uploads/, do not display file secret.txt and secret.docx: [m1dll hidefilename="secret.txt,secret.docx"]
  11. displays content of wp-content/uploads/, displays no file extensions: [m1dll noext="1"]
  12. displays content of wp-content/uploads/, displays no breadcrumb: [m1dll nobreadcrumb="1"]
  13. displays content of wp-content/uploads/, with file and folder time with own format [m1dll ftime="Y-m-d, H:i"]
  14. displays content of wp-content/uploads/, with file and folder date and time (standard from WordPress) [m1dll ftime="1"]
  15. displays content of wp-content/uploads/, with file and folder self formated date [m1dll ftime="Y-m-d"]
  16. displays content of wp-content/uploads/, with file date and time (standard from WordPress) [m1dll filetime="1"]
  17. displays content of wp-content/uploads/, with folder date and time (standard from WordPress) [m1dll foldertime="1"]
Kostenlosmit dem Creator-Tarif
Mit deiner Installation stimmst du den Geschäftsbedingungen von WordPress.com sowie den Bedingungen für Drittanbieter-Plugins zu.
Aktive Installationen
500
Getestet bis
6.2.6
Dieses Plugin steht zum Download zur Verfügung, um in deiner selbst gehosteten WordPress-Installation verwendet zu werden.