Description
**Sorry to those of you who downloaded this plugin before I had added the files to the repo. But now they are avaliable and ready to help you organize those uploads.
A very simple plugin that organizes uploads into folders based on the current user id.
Example:
β/wp-content/uploads/2011/01/image.jpgβ becomes β/wp-content/uploads/$id/2011/01/image.jpgβ where $id is the current users id.
or when uploads are not sorted into month and year:
β/wp-content/uploads/image.jpgβ becomes β/wp-content/uploads/$id/image.jpgβ where $id is the current users id.
Donations
Installation
- Extract βuploads-by-user.phpβ and transfer it to the β/wp-content/plugins/β directory
- Activate the plugin through the βPluginsβ menu in WordPress
- All future uploads will be sorted by user id
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Organize User Uploads” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Organize User Uploads” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
First version, so nothing to report.