How to install a glype template

To install a glype template follow these steps:
  • Download the glype theme from this www.glypedesigns.com. It is distributed in the form of a compressed zip file for easy and fast download. You will need a suitable unzipping application such as 7zip to extract the contents of the zip file.
  • Unzip the zip file. It will create a new directory named after the theme. This directory will contain the theme files.
  • Edit the config.php file in the theme directory. You can edit this file manually or use the online customyzer tool at http://www.glypedesigns.com/customyzer
  • Upload the theme directory to your [glype directory]/themes directory. The theme files should now be in [glype directory]/themes/[theme name]
  • Open your [glype directory]/includes/settings.php file. If you are using glype version 0.5X change the siteSKIN constant to your theme's directory name. For example if you are using the pristine template you would change it like this: define('siteSKIN','pristine'); If you are using glype 1.0 then change the $CONFIG['theme'] variable to the theme directory name. For example if you are using the pristine template you would change it like this:: $CONFIG['theme'] = 'pristine';
Now if you view your glype proxy it should show the new theme.

Back to top