Skin Installation Instructions

SubText skins are generally delivered as a zip file. To install the skins follow these instructions;
  1. Unzip the skins folder
  2. Create a directory under the skins directory in your subtext installation. This would normally have a name matching the skin name
  3. Copy the unzipped files into your new directory
  4. Navigate to the admin directory of your subtext installation.
  5. If you have an existing skins.user.config file skip to step 7.
  6. 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>
  7.  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.
  8. Go to the administration pages for your blog, choose Options, then choose Configure
  9. Pull down the Display Skin drop down list and choose the name of your new skin.
  10. Press the "Save" button.
Subtext Logo design by TurboMilk.