=== al3x_file_manager === Contributors: al3x.de Tags: file, upload, download, password, protected, .htaccess, jQuery, user Requires at least: 3.0.1 Tested up to: 3.0.1 Stable tag: 0.1.4 License: GPLv3 A neat User/File Management with a jQuery frontend to display customizable directory/file tree. == Description == User/File Management, downloadable files are session bound and .htaccess protected against hot-linking. Users are _not_ wp users. Files are displayed in a jQuery powered filetree. == Installation == 1. Upload this folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == = How many instances of sub directories are possible? = Common sense, clients browser and server operation system set limits to the depth of sub directories. = Why does the plugin change the names of my files and directories = To escape encoding problems the plugin allows only alphanumeric characters and the underscore (as a replacement for no alnum chars) in filenames, based on the server 'locale' settings. That is why diacritic letters which you may deem alphanumeric fail to match critiria and are replaced as well. = Are there other icons that I may use? = The safes ways to change icons of the filetree display is to simply exchange the image files in [path/to/wp-content/plugins]/al3x-file-manager/images/ with your own, and don't change the script. == Changelog == = 0.1.0 = * first version = 0.1.1 = * existing users are now editable, i.e. username and password can be changed = 0.1.2 = * first day, first bug fixes 1. plug in directory name changed 2. admin download fixed = 0.1.3 = * still first day, still fixing = 0.1.4 = * Comma seperated tag list * FAQ added to readme * Comments and whitespaces removed from code