Skin Installation Instructions
SubText skins are generally delivered as a zip file. To install the skins follow these instructions;
- Unzip the skins folder
- Create a directory under the skins directory in your subtext installation. This would normally have a name matching the skin name
- Copy the unzipped files into your new directory
- Navigate to the admin directory of your subtext installation.
- If you have an existing skins.user.config file skip to step 7.
- Create a new file named skins.user.config and containing the following information;
<?xml version="1.0"?>
<SkinTemplates xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Skins>
</Skins>
</SkinTemplates>
- Add a reference to your new skin template between the <Skins> tag; for example;
<SkinTemplate Name="Skin Display Name"
TemplateFolder="Skin Folder Name">
</SkinTemplate>
You do not need to prefix the skin folder with /skins/; so if, for example, you uploaded your skin into "myNewSkin" then the TemplateFolder attribute would have a value of "myNewSkin".
Your new skin may need extra template lines, please check the skin documentation carefully.
- Go to the administration pages for your blog, choose Options, then choose Configure
- Pull down the Display Skin drop down list and choose the name of your new skin.
- Press the "Save" button.