Description
The SOBI2 Download Plugin extends SOBI2 to a document management and download system.
function fl_openWindow (Adresse) { rswindow = window.open(Adresse, "Picture", "width=700,height=600,left=100,top=200"); rswindow.focus(); } With this plugin it is easy to create a download directory or a documents directory using SOBI2.
It allows adding an unlimited number of files to every entry.
The number of allowed files for an entry, the maximum file size and the allowed extensions are adjustable in the back-end.
For every uploaded file a license can be assigned which has to be confirmed if the user wants to download the file.
The list of files for an entry can be displayed in the details view and/or in the category view. For both views an extra download template exist which can be customized. Both templates are located in /components/com_sobi2/plugins/download/templates.php.

Download File Infos in DV
By default the following information are shown for each file:
- Mime type image
- File name
- File size
- File type
- License
- Number of downloads
- Date added
- Download link

Upload Button of Download Plugin
In the front-end Add-Entry Form and in the edit entry tab in back-end an "Upload" button is added. Clicking on the button opens a popup window where the files can be uploaded and the license can be assigned.
The button image can be changed in the administration panel of the Download Plugin. Adding files only by administrator is also possible (Button position 0).
Reviews
You need to log in to write review or vote for this extension