Plugin Directory

Changeset 2643880


Ignore:
Timestamp:
12/14/2021 12:30:44 PM (4 years ago)
Author:
codeflock
Message:

readme.txt change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • free-download-manager/tags/1.0.0/readme.txt

    r2643874 r2643880  
    1 /*================ FREE DOWNLOAD MANAGER ================*/
     1== FREE DOWNLOAD MANAGER ==
    22
    3  Easily manage downloadable files from your WordPress site.
     3Free Download Manager is a WordPress Download Manager for freebie digital downloads.
    44 Tested up to: 5.8
    55 Stable tag: 1.0.0
    66 License: GPLv2
    77
    8 /*================ DESCRIPTION ================*/
     8== DESCRIPTION ==
    99
    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.
     10Free 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.
     11You 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.
    1512
    1613
    17 /*================ FREE DOWNLOAD MANAGER FEATURES ================*/
     14== FREE DOWNLOAD MANAGER FEATURES ==
    1815
    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.
    5430
    5531
     32== FREE DOWNLOAD MANAGER PLUGIN INSTALLATION ==
    5633
    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.
    6436
    6537
    66 -> Get Featured Images
     38== FREE DOWNLOAD MANAGER PLUGIN USAGE ==
    6739
    68 > Use this code in your theme.
     40To add a new download
     41
     421.  Navigate to the 'Downloads -> Add New' interface in your WP admin
     432.  Enter a title and description as you normally would do in a WordPress post.
     443.  Click on the 'Add' field button and Select the file from your computer and upload it (or use the URL of the file).
     454.  Add an image for the download (it will be displayed as a thumbnail on the front end).
     465.  Publish it.
     47
     48
     49You can view all of your existing downloads from the 'Downloads-> Downloads' interface.
     50
     51
     52To add Featured Images
     53
     541.  Click featured image, select the required image from the Dynamic Featured Image – Media Selector popup and click on Featured Image.
     552.  Click on 'Add New' to add a new featured image or use the Remove link to remove the featured image box.
     563.  After adding featured images, click publish or update to save featured images.
     57
     58Get Featured Images
     59
     60 Use this code in your theme.
    6961
    7062if( class_exists('WFDM_Featured_Image') ) {
     
    7567 }
    7668
     69Note: The featured images are saved only when you publish or update the post.
     70
     71
     72To Change Category Base URL
     73
     74* Navigate to 'Downloads-> Settings' and add the base url to the form ''Category Base URL".
     75
     76To Change Package Base URL
     77
     78* Navigate to 'Downloads-> Settings' and add the base url to the form ''Package Base URL".
     79
     80To 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.