Changeset 2643880
- Timestamp:
- 12/14/2021 12:30:44 PM (4 years ago)
- File:
-
- 1 edited
-
free-download-manager/tags/1.0.0/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
free-download-manager/tags/1.0.0/readme.txt
r2643874 r2643880 1 /*================ FREE DOWNLOAD MANAGER ================*/ 1 == FREE DOWNLOAD MANAGER == 2 2 3 Easily manage downloadable files from your WordPress site.3 Free Download Manager is a WordPress Download Manager for freebie digital downloads. 4 4 Tested up to: 5.8 5 5 Stable tag: 1.0.0 6 6 License: GPLv2 7 7 8 /*================ DESCRIPTION ================*/ 8 == DESCRIPTION == 9 9 10 I developed the free download manager plugin because I needed a nice way to manage my digital downloads and monitor the number of downloads of my files. 11 12 This plugin is very useful for managing and tracking your digital file download counts. 13 14 This plugin will monitor which files get downloaded how many times. 10 Free Download Manager is a WordPress Download Manager for freebie digital downloads. This plugin will help you manage your free digital downloads and track the number of downloads. Using this plugin, you can easily manage your freebies and follow the download count of all your freebies. 11 You can manage and track each file using this plugin. Moreover, the users can directly download the free items without adding them to a cart or checkout. 15 12 16 13 17 /*================ FREE DOWNLOAD MANAGER FEATURES ================*/ 14 == FREE DOWNLOAD MANAGER FEATURES == 18 15 19 -> Add, edit and remove downloads from an easy to use interface. 20 -> Drag and drop file and document uploads. 21 -> Multiple file upload option. 22 -> Multiple Featured Image option. 23 -> Assign categories and tags to your downloadable files and documents. 24 -> Use shortcodes to display a download now button on a WordPress post or page. 25 -> Download counter for each file. 26 -> Ability to set a download count offset for each file. 27 -> Ability to search and sort your downloadable files in the admin dashboard. 28 -> Track the date and number of downloads for each of your files. 29 -> View the daily download counts of your items in a chart. 30 -> Tinymce button in the WordPress post/page editor so you can easily add the shortcode. 31 -> Export all the file download logs to a CSV file. 32 33 /*================ FREE DOWNLOAD MANAGER PLUGIN INSTALLATION ===========*/ 34 35 -> Go to the Add New plugins screen in your WordPress admin area 36 -> Click the upload tab 37 -> Browse for the plugin file (free-download-manager-plugin.zip) 38 -> Click Install Now and then activate the plugin 39 40 /*================ FREE DOWNLOAD MANAGER PLUGIN USAGE ================*/ 41 42 -> Add a new download 43 44 To configure a new download follow these steps: 45 46 > Go to "Downloads->Add New" interface in your WP admin 47 > Enter a title for your download 48 > Add a description for the download 49 > Click add field button and Select the file from your computer and upload it (or use an URL of the file) 50 > Select an image for the download (it will be displayed as a thumbnail on the front end) 51 > Publish it 52 53 You can view all of your existing downloads from the "Downloads->Downloads" interface. 16 * Custom Post Type and Taxonomy. Creating a new WordPress Download page is just like adding a post. 17 * Add, edit and remove downloads from an easy-to-use interface. 18 * Option to upload multiple files. 19 * Multiple featured image option. 20 * Assign categories and tags to your downloadable files and documents. 21 * Redirect the user to any page once the user has downloaded the file. 22 * The ability to change the base URL of category and package URLs. 23 * Use shortcodes to display a Download Now button on a WordPress post or page. 24 * Download counter for each file. Ability to sort downloads count by date. 25 * Ability to search and sort your downloadable files in the admin dashboard. 26 * Track the date and number of downloads for each of your files. 27 * View the daily download counts of your items in a chart. 28 * Tinymce button in the WordPress post/page editor easily adds the shortcode. 29 * Export all the file download logs to a CSV file. 54 30 55 31 32 == FREE DOWNLOAD MANAGER PLUGIN INSTALLATION == 56 33 57 -> Add Featured Images 58 59 > Click featured image, select required image from Dynamic Featured Image - Media Selector popup and click Featured Image. 60 > Click on Add New to add new featured image or use Remove link to remove the featured image box. 61 > After adding featured images click publish or update to save featured images. 62 63 Note: The featured images are only saved when you publish or update the post. 34 • Install the plugin as you would normally- either directly from the WordPress site or by downloading the zip file and uploading it into your site. 35 • Activate the plugin. 64 36 65 37 66 -> Get Featured Images 38 == FREE DOWNLOAD MANAGER PLUGIN USAGE == 67 39 68 > Use this code in your theme. 40 To add a new download 41 42 1. Navigate to the 'Downloads -> Add New' interface in your WP admin 43 2. Enter a title and description as you normally would do in a WordPress post. 44 3. Click on the 'Add' field button and Select the file from your computer and upload it (or use the URL of the file). 45 4. Add an image for the download (it will be displayed as a thumbnail on the front end). 46 5. Publish it. 47 48 49 You can view all of your existing downloads from the 'Downloads-> Downloads' interface. 50 51 52 To add Featured Images 53 54 1. Click featured image, select the required image from the Dynamic Featured Image – Media Selector popup and click on Featured Image. 55 2. Click on 'Add New' to add a new featured image or use the Remove link to remove the featured image box. 56 3. After adding featured images, click publish or update to save featured images. 57 58 Get Featured Images 59 60 Use this code in your theme. 69 61 70 62 if( class_exists('WFDM_Featured_Image') ) { … … 75 67 } 76 68 69 Note: The featured images are saved only when you publish or update the post. 70 71 72 To Change Category Base URL 73 74 * Navigate to 'Downloads-> Settings' and add the base url to the form ''Category Base URL". 75 76 To Change Package Base URL 77 78 * Navigate to 'Downloads-> Settings' and add the base url to the form ''Package Base URL". 79 80 To Redirect User to a different page for file download. 81 82 * Navigate to 'Downloads-> Settings' and select the Download Confirmation Page from the drop-down. 83 84 85 86 87
Note: See TracChangeset
for help on using the changeset viewer.