{"id":160911,"date":"2022-08-12T14:05:23","date_gmt":"2022-08-12T14:05:23","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/dtc-documents\/"},"modified":"2022-08-12T15:04:19","modified_gmt":"2022-08-12T15:04:19","slug":"dtc-documents","status":"closed","type":"plugin","link":"https:\/\/ca-valencia.wordpress.org\/plugins\/dtc-documents\/","author":20556842,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.1.05","stable_tag":"trunk","tested":"6.0.12","requires":"6.0.1","requires_php":"4.0","requires_plugins":"","header_name":"DTC Documents","header_author":"Diversified Technology Corp., WPYog, and Gagan Deep Singh","header_description":"Allows you to easily add and dynamically list documents on your wordpress site. You can list documents with filters such as custom categories, id title, description, creation date, and much more. You can also place shortcode for a button that links to the most recently uploaded document, which can also be filtered by custom category! In additon to the listing and most recent button, you can place shortcode in any menu that links to the most recent document (optionally, of a specific category) with just text!","assets_banners_color":"070b16","last_updated":"2022-08-12 15:04:19","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"https:\/\/diversifiedtechnology.com\/","rating":0,"author_block_rating":0,"active_installs":10,"downloads":1183,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation"],"tags":{"1.1":{"tag":"1.1","author":"diversifiedtechnology","date":"2022-08-12 14:28:50"}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":2769848,"resolution":"128x128","location":"assets","locale":""}},"assets_banners":{"banner-980x361.png":{"filename":"banner-980x361.png","revision":2769847,"resolution":"980x361","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.1"],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[8470,12813,260,43642,145085],"plugin_category":[],"plugin_contributors":[212932,212933,145087],"plugin_business_model":[],"class_list":["post-160911","plugin","type-plugin","status-closed","hentry","plugin_tags-document","plugin_tags-document-management","plugin_tags-file","plugin_tags-file-list","plugin_tags-simple-documents","plugin_contributors-diversifiedtechnology","plugin_contributors-gagan-deep-singh","plugin_contributors-wpyog","plugin_committers-diversifiedtechnology"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/dtc-documents_070b16.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>A plugin that allows you to easily upload files, create custom categories to store them in, display a customizable file list, generate text or a customizable button that\nautomatically links to the most recent file of all of them or of a specific category. This plugin also allows for the creation of shortcode in your Menu items!<\/p>\n\n<p>Shortcode Options:<\/p>\n\n<p>[dtc-doc-documents-list] \u2013 Allows the displaying of a fully dynamic and customizable list of currently uploaded files.<\/p>\n\n<p>Parameter Name:         orderby\nParameter Desc:         Specifies the attribute to order the list by. Input is case-insensitive.\nParameter Options:      id, title, filetype, created, category, description, status\nParameter Default:      id\nParameter Example 1:    [dtc-doc-documents-list orderby=\u201dcategory\u201d]\nParameter Example 2:    [dtc-doc-documents-list orderby=\u201dcategory,created\u201d]<\/p>\n\n<p>Parameter Name:         sortorder\nParameter Desc:         Specifies the direction to sort the list in. That being \u2018asc\u2019 for ascending order or \u2018desc\u2019 for descending order. Input is case-insensitive.\nParameter Options:      asc, desc\nParameter Default:      asc\nParameter Example:      [dtc-doc-documents-list sortorder=\u201ddesc\u201d]<\/p>\n\n<p>Parameter Name:         hidedisableddocs\nParameter Desc:         Specifies whether to list disabled documents or not. \u2018true\u2019 hides disabled documents, \u2018false\u2019 shows them. Input is case-insensitive.\nParameter Options:      true, false\nParameter Default:      true\nParameter Example:      [dtc-doc-documents-list hidedisableddocs=\u201dfalse\u201d]<\/p>\n\n<p>Parameter Name:         hidedisabledcats\nParameter Desc:         Specifies whether to list documents categorized under disabled categories or not. \u2018true\u2019 hides documents that are part of disabled categories, \u2018false\u2019 shows them. Input is case-insensitive.\nParameter Options:      true, false\nParameter Default:      true\nParameter Example:      [dtc-doc-documents-list hidedisabledcats=\u201dfalse\u201d]<\/p>\n\n<p>Parameter Name:         category\nParameter Desc:         Specifies which categories to display in this list. Input is case-insensitive.\nParameter Options:      all, Uncategorized, <em>ALL USER CREATED CATEGORIES<\/em>\nParameter Default:      all\nParameter Example 1:    [dtc-doc-documents-list category=\u201dForms\u201d]\nParameter Example 2:    [dtc-doc-documents-list category=\u201dForms,Meeting Agenda\u201d]<\/p>\n\n<p>Parameter Name:         itemsatatime\nParameter Desc:         The number of items to leave height for. This number is multiplied by 50px (the height of one entry) and set as the maximum height of the list window.\nParameter Options:      <em>ALL X &gt; 0<\/em>\nParameter Default:      10\nParameter Example:      [dtc-doc-documents-list itemsatatime=\u201d10\u201d]<\/p>\n\n<p>[dtc-doc-recent-button] \u2013 Displays a button with the word \u2018Latest\u2019 followed by the name of the selected category, or \u2018All\u2019 depending on the input. Or, displays an error if no documents are found under the given category. Generates a formatted button with this text that then links to the most recent document of the given category.<\/p>\n\n<p>Parameter Name:         category\nParameter Desc:         Specifies the category to use the most recent document from. Input is case-insensitive.\nParameter Options:      all, Uncategorized, <em>ALL USER CREATED CATEGORIES<\/em>\nParameter Default:      all\nParameter Example 1:    [dtc-doc-recent-button category=\u201dForms\u201d]<\/p>\n\n<p>Parameter Name:         cssstyles\nParameter Desc:         Sets the CSS style of the button div and text.\nParameter Options:      <em>Any valid CSS style code.<\/em>\nParameter Default:      <em>BLANK<\/em>\nParameter Example:      [dtc-doc-recent-button cssstyles=\"background-color='#ff0000'\"]<\/p>\n\n<p>Parameter Name:         cssclasses\nParameter Desc:         Sets the CSS class of the button div.\nParameter Options:      <em>Any valid CSS classes.<\/em>\nParameter Default:      <em>BLANK<\/em>\nParameter Example:      [dtc-doc-recent-button cssclasses=\"customexampleclass\"]<\/p>\n\n<p>Parameter Name:         hidewhenempty\nParameter Desc:         Determines whether the error message indicating that no documents were found should show or not.\nParameter Options:      true, false\nParameter Default:      false\nParameter Example:      [dtc-doc-recent-button hidewhenempty=\"true\"]<\/p>\n\n<p>[dtc-doc-recent-redirect] \u2013 Displays the selected category name, and error, or \u2018All\u2019 depending on the input. Links this text to the most recent document from the specified category, or all categories if category is set to \u2018all\u2019.<\/p>\n\n<p>Parameter Name:         category\nParameter Desc:         Specifies the category to use the most recent document from. Input is case-insensitive.\nParameter Options:      all, Uncategorized, <em>ALL USER SPECIFIED CATEGORIES<\/em>\nParameter Default:      all\nParameter Example 1:    [dtc-doc-recent-redirect category=\u201dForms\u201d]<\/p>\n\n<p>Parameter Name:         cssclasses\nParameter Desc:         Allows the application of CSS classes to this shortcode element.\nParameter Options:      <em>ANY VALID CUSTOM OR PRE-BUILT CSS CLASS<\/em>\nParameter Default:      <em>BLANK<\/em>\nParameter Example 1:    [dtc-doc-recent-redirect cssclasses=\u201dcssclass1\u201d]\nParameter Example 2:    [dtc-doc-recent-redirect cssclasses=\u201dcssclass1 cssclass2 cssclass3\u201d]<\/p>\n\n<p>Parameter Name:         cssstyles\nParameter Desc:         Sets the CSS style of the redirect text.\nParameter Options:      <em>Any valid CSS style code.<\/em>\nParameter Default:      <em>BLANK<\/em>\nParameter Example:      [dtc-doc-recent-redirect cssstyles=\"background-color='#ff0000'\"]<\/p>\n\n<p>Parameter Name:         displaytext\nParameter Desc:         Allows the user to specify what text should be displayed for the redirect text. This defaults to the category name or an error.\nParameter Options:      <em>ANY VALID STRING<\/em>\nParameter Default:      <em>BLANK<\/em>\nParameter Example:      [dtc-doc-recent-redirect displaytext=\u201dtesting one two three!\u201d]<\/p>\n\n<p>Parameter Name:         hidewhenempty\nParameter Desc:         Determines whether the error message indicating that no documents were found should show or not.\nParameter Options:      true, false\nParameter Default:      false\nParameter Example:      [dtc-doc-recent-redirect hidewhenempty=\"true\"]<\/p>\n\n<p>[dtc-doc-auto-redirect] \u2013 Automatically redirects visitors to the most recent document from the specified category, or all categories if category is set to \u2018all\u2019.<\/p>\n\n<p>Parameter Name:         category\nParameter Desc:         Specifies the category to use the most recent document from. Input is case-insensitive.\nParameter Options:      all, Uncategorized, <em>ALL USER SPECIFIED CATEGORIES<\/em>\nParameter Default:      all\nParameter Example 1:    [dtc-doc-auto-redirect category=\u201dForms\u201d]<\/p>\n\n<p>Parameter Name:         seconds\nParameter Desc:         The time in seconds to wait before redirecting the user.\nParameter Options:      <em>Any valid, positive integer, or zero.<\/em>\nParameter Default:      5\nParameter Example:      [dtc-doc-auto-redirect seconds=\u201d0\u201d]<\/p>\n\n<h3>Plugin Features<\/h3>\n\n<ul>\n<li>Upload any documents like pdf, word, jpg, png, etc.<\/li>\n<li>Display a dynamic and custom file list.<\/li>\n<li>Add \/ Edit custom categories for documents.<\/li>\n<li>Add a button or href text that automatically points to the latest file in a specified category or all categories.<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Download the plugin, keep it in it's .zip file.<\/li>\n<li>Access your wordpress sites 'Plugins' page, then select 'Add New', then select 'Upload Plugin', then select 'Browse', navigate to the .zip file, select it, and select 'Open'.<\/li>\n<li>Select 'Install' then 'Activate'.<\/li>\n<li>Upload documents to \"DTC Documents\".<\/li>\n<li>Place shortcode (i.e. [dtc-doc-documents-list]) and use the settings to specify the list of documents you want listed.<\/li>\n<\/ol>","raw_excerpt":"A plugin that allows you to easily upload files, create custom categories to store them in, display a customizable file list, generate text or a custo &hellip;","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ca-valencia.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/160911","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ca-valencia.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/ca-valencia.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/ca-valencia.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=160911"}],"author":[{"embeddable":true,"href":"https:\/\/ca-valencia.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/diversifiedtechnology"}],"wp:attachment":[{"href":"https:\/\/ca-valencia.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=160911"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/ca-valencia.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=160911"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/ca-valencia.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=160911"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/ca-valencia.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=160911"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/ca-valencia.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=160911"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/ca-valencia.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=160911"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}