CMS MADE SIMPLE FORGE

Name Type Description
Secure file download Plugin This tag and extra download script obfuscates a link to a file which you would like to protect from unauthorized download. It only provides real security, if used in conjunction with the FrontendUsers module.
Uploads Module This module provides a means of allowing users to upload files to you. The module allows the user to enter a name and a comment with each upload. The administrator can set a maximum file size and can manage the uploads from the admin interface.
File Link Plugin Adds a hyperlink on any kind of file in your upload directory. By automatically adding a common and a file type specific css class you are free to configure your css to display the hyperlink as you like. The file size will be also added to the link text.
Download Counter Module See the help : http://www.furie.be/downcnt.html Adds a click counter for all your links After installing this module user has to modify links that he or she wants them to count clicks: the "href" part must be replaced with a tag calling this module. After that the number of clicks and date of last click will be stored for this link. The counters may be watched and managed in the admin section. Also the module allows to display the counter value for specific link in the front-end. Compatible CmsMadeSimple 1.11
Download Manager Module Module for managing your downloads from admin panel. I has category tree, possible do add one download to many categories, own templates, possible to take sums and intersections of category tries, easy to add to google analytics, automatic thumbnail generation. Also possible to restrict access for FEU or after mail. Need PHP5. As of 2013-03-02 the svn repository is considered outdated. I have moved all files to: https://github.com/ikulis/cmsms-downloadmanager Feel free contribute.
List Downloads Plugin This plugin reads a specified directory and creates a (html-)table of all files of the directory. It creates a table with the filenames (and files-links), the files sizes and the modify time. Optional, the plugin can show a column with a simple download counter. You can specify an exclude filter, you can format the output of the date and you can configure, that a file will be forced as a download. Furthermore, if the file is an image, the plugin creates thumbnails with the possibility to zoom and it reads the iptc-description to display an image description. Also, the plugin can read pdf metadata and shows it as additional information. Last but not least, you can use a simple password protection of a download folder.
JMDownMan Module Module for managing frontend downloads from admin panel. It has category management, automatic thumbnail generation, and other features, including the ability to restrict access by FEU or by mail. JMDownMan currently supports both branches of CMSMS (1 and 2). This module is a fork of the Download Manager which is currently not being actively maintained.