Requirements
- Movable Type 4.2 or newer
- PHP is required for dynamic classes in the templates.
- StyleCatcher 2.1 is required when using StyleCatcher to switch between Sandbox themes.
Installation
Download Plugin
Unzip the archive. The archive contains Sandbox and an updated copy of StyleCatcher to allow simple switching between Sandbox Themes.
Upload the Sandbox and StyleCatcher mt-static folders to the mt-static/plugins folder.
MT_DIR/ mt-static/ plugins/ Sandbox/ StyleCatcher/
Upload the Sandbox and StyleCatcher plugin folders in the plugins folder.
MT_DIR/ plugins/ Sandbox/ StyleCatcher/
Install complete! Now create new blog, or update the templates of an existing blog.
Create a New Blog to use Sandbox Templates
- In the blog switcher choose “Create a new blog”.
- When filling out the details for the new blog, under Template Set, choose “Sandbox”.
- After new blog has been created, create and publish an entry.
- View your site.
Updating Existing Blog to use Sandbox Templates
- Go to Design > Templates.
- Click “Refresh Blog Templates” in the Actions sidebar widget.
- In the modal that appears, choose “Apply new template set” and then choose “Sandbox” from the select menu of template sets. (Optionally choose to “Make backups of existing templates”)
- Click “Continue”, then “Confirm”
- Republish your blog
- View your site
Command Line Installation from Subversion
You’ll need to have subversion installed in order to check out this way.
The below examples use svn export
but if you’re interested in contributing patches use svn co
to “check out” the code instead of exporting it from Subversion.
Go to your Movable Type directory (path may be different different per hosts).
$ cd /home/user/www.domain.com/cgi-bin/mt/
Remove the existing StyleCatcher plugin
$ rm -rf plugins/StyleCatcher
Export the Sandbox and StyleCatcher plugin into the MT plugins directory:
$ svn export http://code.sixapart.com/svn/mtplugins/trunk/Sandbox/plugins/Sandbox/ plugins/Sandbox $ svn export http://code.sixapart.com/svn/mtplugins/branches/StyleCatcher-2.1-dev/plugins/StyleCatcher/ plugins/StyleCatcher
Export the Sandbox and StyleCatcher static files into the static plugins folder:
$ svn export http://code.sixapart.com/svn/mtplugins/trunk/Sandbox/mt-static/plugins/Sandbox/ mt-static/plugins/Sandbox $ svn export http://code.sixapart.com/svn/mtplugins/branches/StyleCatcher-2.1-dev/mt-static/plugins/StyleCatcher/ mt-static/plugins/StyleCatcher
6 Comments
Hi,
Sandbox looks fantastic! I have installed the folders into their correct respective locations, but after selecting “Refresh Blog Templates,” Sandbox does not appear in the dropdown menu. I’ve deleted and re-installed the folders, and triple checked that the locations are correct, but to no avail.
It may be worth noting that I am hosted by Network Solutions, and their extremely long filepath idiosyncrasy has been an issue for me throughout the MT installation process. Could that be an issue here; and if so, how to correct???
Thanks!!
Thanks for your kudos, but gee that must be frustrating.
A few troubleshooting options:
Hope I can help get to the bottom of this.
I have it installed on MT 4.21, and this is the only MT install on which I’ve attempted to install Sandbox. I have no other template set plugins installed.
Sandbox is not listed on the system plugins page, only StyleCatcher 2.1 is listed. It’s as though MT is unaware that Sandbox is even there.
Re: instruction 4 above, There was no pre-existing plugins folder, so I created one at the root level (the same level where the mt-static folder is located) and installed the folders there. Is that correct??? I also put the mt-static/plugins folder in the right location, as per #3.
I figured it out! The plugins folder was in the cgi-bin. I didn’t see it there previously.
Thanks for your help.
Hi, Beau
Nice work! However, I am unable to install the the themes. I can see Sandbox in the plugins. I select the sandbox theme and save it. After publishing, no joy. Tried to install the theme manually. Still no joy
If required, I will give you the user name and pass. A box of chocolates for your help!
TY
Devrajan
Nice plugin, it has been really easy to install . Thanks.