BEGIN:VCALENDAR
VERSION:2.0
METHOD:PUBLISH
PRODID:- PBCS IT-News //NONSGML Events //EN
CALSCALE:GREGORIAN
X-WR-CALNAME:ICAL-BLOG
BEGIN:VEVENT
UID:7c13de7f-fdc3-4917-98f3-f725b5f2acc1
DTSTAMP:20260419T143221Z
CREATED:20260419T143221Z
SUMMARY:Delightful Download Plugin Doku
DESCRIPTION:https://wp.pbcs.de/delightful-download-plugin-doku/ - Artikel vom: So.\, 22. März 2020\, 12:48:35 - Da das Open Source Delightful #Download Plugin für #Wordpress zwar im Quellcode noch auf Github zu finden ist\, aber dort keine Dokumentation liegt\, habe ich die mir heruntergeladene Doku mal aufbereitet und stelle sie hier zur Verfügung. Die Doku ist in englischer Sprache und erklärt Shortcodes und Attribute. Ich habe die Möglichkeit und Wildcard\, eine Beschreibung zum Download einzugeben\, ergänzt\, sowie einige Ausgabeformate (box\, link) und die Listenausgabe angepasst.\n \nZum Quellcode auf Github\n \n---------------------------------- Delightful Downloads Documentation ----------------------------\n \n------------------------------------ FAQ -------------------------\n \nGeneral\n \nCan I manually upload files via FTP/SFTP?\n \nYes\, simply upload them to your server anywhere within the WordPress file structure (usually wp-content/uploads/). Once uploaded\, you can enter the file URL into the Add New Download screen.\n \nHow do I increase the maximum file upload size?\n \nPlease refer to this tutorial on how to increase the maximum file size in WordPress.\n \nHow do I add additional allowed file types to the file uploader?\n \nPlease refer to this tutorial on how to add additional file types to WordPress.\n \nUsage\n \nHow do I output a single download link?\n \nUse the shortcode [[ddownload id="123"]]. Replace the ID with the desired download ID\, which can be found in the All Downloads screen.\n \nHow do I output a single download file size?\n \nUse the shortcode [[ddownload_size id="123"]]. Replace the ID with the desired download ID\, which can be found in the All Downloads screen.\n \nHow do I output the number of times a single file has been downloaded?\n \nUse the shortcode [[ddownload_count id="123"]]. Replace the ID with the desired download ID\, which can be found in the All Downloads screen.\n \nHow do I output a list of download links?\n \nUse the shortcode [[ddownload_list]].\n \nHow do I output the number of times all of my files have been download?\n \nUse the shortcode [[ddownload_total_count]].\n \nTroubleshooting\n \nWhy when I click a download link does the download count not update?\n \nThis is usually caused by being logged in as an admin. Downloads by admin users are not automatically logged\, however you can change this behaviour in the Settings screen under the Statistics tab.\n \nIf using the [[ddownload_total_count]] shortcode\, the count is also cached by default and will only update every few minutes based on the Cache Duration\, which is set in the Settings screen under the Advanced tab.\n \nWhy do I receive a 403 Forbidden error when I try to access a file directly?\n \nDelightful Downloads automatically blocks direct access to files stored within the wp-content/uploads/delightful-downloads/ directory. To access the file you must use the [[ddownload id="123"]] shortcode.\n \nWhy do my files download with the incorrect file extension?\n \nThis is caused when WordPress does not know the file type your are serving to users. Please refer to this tutorial on how to add additional file types to WordPress.\n \nWhy do my remote files open directly in the browser?\n \nWhen serving remote files it is not possible to set the correct headers which force a file to be downloaded\, instead the browser will attempt to open them.\n \nWhy do my files show a file size of unknown?\n \nThis is caused when the file does not exist at the location specified or is inaccessible due to incorrect permissions.\n \n-----------------------------------Shortcodes----------------------\n \n[[ddownload_count]]\n \nYou can output the number of times a download has been downloaded using the [[ddownload_count]] shortcode. You must supply a download ID and optional attributes can be supplied to further customise the output. To output a download count using the default settings: [[ddownload_count id="123"]]\n \nYou can find the ID of a download in the All Downloads screen.\n \nAll Downloads Screen\n \nAttributes\n \nThe following are optional attributes that will modify the output.\n \nformat\n \nFormat the number (10000 becomes 10\,000). Default: true.\n \n[[ddownload_count id="123" format="false"]]\n \n-----------------------------------------------\n \n[[ddownload_filesize]]\n \nYou can output the file size of a download using the [[ddownload_filesize]] shortcode. You must supply a download ID and optional attributes can be supplied to further customise the output. To output a file size using the default settings: [[ddownload_filesize id="123"]]\n \nYou can find the ID of a download in the All Downloads screen.\n \nAll Downloads Screen\n \nAttributes\n \nThe following are optional attributes that will modify the output.\n \nformat\n \nFormat the number (100000 becomes 97.66 KB). Default: true.\n \n[[ddownload_filesize id="123" format="false"]]\n \n-----------------------------------------------\n \n[[ddownload_list]]\n \nYou can output a list of downloads using the [[ddownload_list]] shortcode. Optional attributes can be supplied to customise the output. To output all published downloads\, sorted by title in ascending order: [[ddownload_list]]\n \nAttributes\n \nThe following are optional attributes that will modify the output.\n \ncache\n \nCache the results. The amount of time the results are cached for can be set in the Settings screen under the Advanced tab. Default: true.\n \ncategories\n \nShow only downloads within specified categories. Comma separated list of category slugs. Default: blank.\n \nexclude_categories\n \nExclude downloads within specified categories. Comma separated list of category slugs. Default: blank.\n \nexclude_tags\n \nExclude downloads within specified tags. Comma separated list of tag slugs. Default: blank.\n \nlimit\n \nLimit the number of downloads to display. Set to 0 to show all results. Default: 0.\n \norder\n \nThe order in which results are displayed. Set to either ASC or DESC. Default: ASC.\n \norderby\n \nThe option in which results should be sorted by. The available options are title\, date\, count (Download count)\, filesize\, random. Default: title.\n \nrelation\n \nWhen using both categories and tags together this attribute specifies the relationship between the two. The options are AND (Must be in all)\, OR (Must be in at least one). Default: AND.\n \nstyle\n \nThe output style that should be used to display the list of downloads. The default options are title\, title_date\, title_downloads\, title_filesize. Custom list styles can also be added\, as detailed here.\n \ntags\n \nShow only downloads within specified tags. Comma separated list of tag slugs. Default: blank.\n \n-----------------------------------------------\n \n[[ddownload_total_count]]\n \nYou can output the total number of downloads for all files using the [[ddownload_total_count]] shortcode. Optional attributes can be supplied to further customise the output. To output the total download count with the default settings: [[ddownload_total_count]]\n \nAttributes\n \nThe following are optional attributes that will modify the output.\n \ncache\n \nCache the results. The amount of time the results are cached for can be set in the Settings screen under the Advanced tab. Default: true.\n \n[[ddownload_total_count cache="false"]]\n \ndays\n \nShow the total download count over the last number of days. Set to 0 for all time. Default: 0.\n \n[[ddownload_total_count days="7"]]\n \nformat\n \nFormat the number (10000 becomes 10\,000). Default: true.\n \n[[ddownload_total_count format="false"]]\n \n-----------------------------------------------\n \n[[ddownload]]\n \nYou can easily output a single download using the [[ddownload]] shortcode. You must supply a download ID and optional attributes can be supplied to modify the output. To output a download using the default settings: [[ddownload id="123"]]\n \nYou can find the ID of a download in the All Downloads screen.\n \nAll Downloads Screen\n \nWhen no optional attributes are supplied Delightful Downloads will use the default values which can be configured in the Settings screen under the Shortcodes tab.\n \nSettings Screen Shortcodes Tab\n \nAttributes\n \nThe following optional attributes will modify the output on a per-download basis.\n \ntext\n \nSet the text to display on links/buttons. You may use wildcards to dynamically enter data.\n \n[[ddownload id="123" text="Download my File"]]\n \nstyle\n \nSet which output style to use. The default output styles are link\, button or plain text. Custom output styles can also be added\, as detailed here.\n \n[[ddownload id="123" style="link"]]\n \nbutton\n \nSet which button to use if the style attribute is set to button. The default buttons are black\, blue\, grey\, green\, purple\, red and yellow. Custom buttons can also be added\, as detailed here.\n \n[[ddownload id="123" style="button" button="red"]]\n \nclass\n \nAdd any custom CSS classes to the output.\n \n[[ddownload id="123" class="custom-class button-large"]]\n \nExamples\n \nA link output with the file size displayed:\n \n[[ddownload id="123" style="link" text="Download (%filesize%)"]]\n \nA button output with the download count displayed:\n \n[[ddownload id="123" style="button" text="Download (%count%)"]]\n \n-------------------------- Wildcards --------------------------------------------------\n \nWildcards\n \nWildcards allow you to dynamically enter data associated with a download. The available wildcards are:\n \n%count%\n \nThe number of times the download has been downloaded.\n \n%date%\n \nThe date the download was published.\n \n%ext%\n \nThe file extension.\n \n%filename%\n \nThe file name of the download.\n \n%filesize%\n \nThe file size of the download.\n \n%id%\n \nThe unique identifier of the download.\n \n%mime%\n \nThe mime type of the download.\n \n%icon%\n \ndisplays the file type icon for the extension.\n \n%title%\n \nThe title of the download entered in the Add Download screen.\n \n%description%\n \nThe ecxerpt of description of the download entered in the Add Download screen\n \n%url%\n \nThe URL to the download file.\n \nWhere To Use Them\n \nWildcards can generate dynamic data in the following places:\n \nThe text attribute of the [[ddownload]] shortcode. Examples:\n \n[[ddownload text="Download - %date%"]]\n \n[[ddownload text="Download (%filesize%)"]]\n \n[[ddownload text="Download (Downloaded: %count%)"]]\n \nThe Default Text field in the Settings screen under the Shortcodes tab.\n \nSettings Screen Default Text\n \n------------------------- List Types ----------------------------------------\n \nChoose the default list type for shortcode: ddownload_list in the admin dashboard:\n \ntitle\, title_date\, title_count\, title_filesize\, title_ext_filesize\,\n \ntitle_date_ext_filesize\,\n \ntitle_ext_filesize_count\,\n \nicon_title_ext_filesize_count\n \n------------------------- Styles for output ---------------------------------\n \nvalid values for the shortcode attribute styles are. Can be found in includes/functions.php:\n \nbutton = colored button with download or download Text wildcards\n \ninfobox = white box with grey border\, filetype icon and all possible details\n \nlink = Download Link\, displays DOWNLOAD or selected wildcards as text field\n \nplain_text = Download URL (quicklink) as text\n \n(Post ID:1401\, erstellt am: 22.03.2020 11:31:24 von: Patrick Bärenfänger)
LOCATION:https://wp.pbcs.de
CATEGORIES:Gelbe Kategorie
TRANSP:TRANSPARENT
X-MICROSOFT-CDO-BUSYSTATUS:FREE
SEQUENCE:0
CLASS:PUBLIC
PRIORITY:1
DTSTART:20260418T070000Z
DTEND:20260418T080000Z
BEGIN:VALARM
TRIGGER:-PT30M
ACTION:DISPLAY
DESCRIPTION:Reminder for Delightful Download Plugin Doku
END:VALARM
END:VEVENT
END:VCALENDAR
