=== File Groups === Contributors: bmellor, mitchoyoshitaka Author: mitcho (Michael Yoshitaka Erlewine), Brett Mellor Author URI: http://ecs.mit.edu/ Tags: files, file groups, file, file group, attachment, tagging, tags Requires at least: 3.1 Tested up to: 3.1 Stable tag: 1.0 Add "file group" multiple file handling capability. == Description == WordPress's built-in file-management is built primarily for handling "media". But sometimes there's a need for curating collections of files within WordPress, not necessarily as media which will be displayed, but simply as files. This plugin adds an abstraction called "file groups" to WordPress. Each file group can contain multiple files, which are presented elegantly to the user. All files in a file group can be downloaded together as a zip archive as well. In addition, file groups can be tagged and these tags are used to associate particular file groups to your posts. Two widgets, "related file groups" and "upload related file group", are supplied to make it easier to integrate the display of related file groups with your posts. The plugin currently uses the PHP [ZipArchive extension](http://php.net/manual/en/class.ziparchive.php) to support the batch download functionality. This plugin is a component of the [MIT Educational Collaboration Space](http://ecs.mit.edu) project. == Installation == 1. Upload the `file-groups` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Optionally activate the "related file groups" and/or "upload related file group" widgets. You should now see a new item in your WordPress admin menu called "File Groups". By default, File Groups will hide the native Media Library. You can keep the native Media Library around by adding the following to your `wp-config.php` file: ` define( 'FILE_GROUPS_HIDE_NATIVE_MEDIA', false );` == Frequently Asked Questions == = Your question here! = Our answer here! == Screenshots == 1. A nice interface for creating file groups. 2. A file group, as viewed by visitors. 3. File groups have tags and these are used to "relate" file groups to posts. A "related file groups" widget and "upload related file group here" widget are included. == Changelog == = 1.0 = * Initial public release.