After registration and installation of plug-in CMS system, you need to go tab, Files.
On this tab You will see the new item download Manager.
When you first visit this tab, you have created all the necessary files and folders for the plugin.
On the tab Files you should see the folder you created downloadmanager.
This folder is used by the plugin. It placed the files available to download using this plugin.
allowed and other folders inside the folder downloadmanager supports one level of nesting.
Also the plugin creates in the site root folder download, it is necessary to use the plugin, can not be deleted.
Short codes for pages looks like this :
(%InCodDownloadManager:ID%)
To generate code, use the word InCodDownloadManager and the only parameter unique indicator of the file after the sign " : "
all this is enclosed in parenthesis with a percent sign (% %).
In the control panel of the plugin code for the pages is generated automatically, with the allocation of a particular item in the table of downloads.
Code can be easily copied immediately to the clipboard, from special fields (all modern browsers support copying).
You can then paste the code in the right place of the page and in the following button will appear to download the file.
display statistics: icdm_get_table([FALSE]);
The function generates and inserts in a table with statistics of downloads for all files, the code for template:
<?php icdm_get_table(); ?>
when called with a FALSE parameter, f-I outputs the result (without the inline styles).
Fancy URLs connects automatically - enabled by default, the option to disable is not provided.
Pay attention to the hints pop up when the cursor is in certain items.
You Might want to visit the website of the author of the plugin, where can be available, different examples and more complete documentation, new styles of buttons and plugin versions: InCod