This is a WordPress theme gallery plugin that allows you to upload/download/manage any number themes on your blog.
(1) This plugin was build and tested on a linux system.
(2) PHP needs to support GD (png) for resizing screenshot.png / jpg files
(3) Your wordpress theme needs to support Widgets.
(1) The plugin will attempt to create 2 database tables
($table_prefix) bm_gallery
($table_prefix) bm_gallery_options
Make sure your user account has create table privileges
(2) The plugin will attempt to create the directory /wp-content/bm_gallery for storing the themes.
(3) Currently hard coded is the "/tmp" directory, used to download uploaded themes before storing them into the final directory. If this directory is not available, create another working directory and modify the BM_GALLERY_TEMP setting in main.php