Description
Allows you to upload a new theme to your installation of blojsom. Also look at the Theme Switcher Plugin which allows you to switch themes for your blog.
Availabilty
Available as of blojsom 2.26.
Installation and Setup
In your global /WEB-INF/plugin.properties file, add the following line:
theme-upload=org.blojsom.plugin.admin.ThemeUploadPlugin
Usage
The plugin will add a file upload field to the page for switching a theme to allow you to upload a .ZIP file with the new theme. The theme must be a .ZIP file and can only contain /resources and /templates directories. These directories should contain any appropriate resources and template files, respectively.
After successfully uploading a new theme, it will be available from the page where you switch themes.