/[drupal]/contributions/themes/fblike/INSTALL.txt
ViewVC logotype

Diff of /contributions/themes/fblike/INSTALL.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1, Thu Nov 15 22:53:44 2007 UTC revision 1.2, Mon Nov 19 22:40:05 2007 UTC
# Line 2  $Id: $ Line 2  $Id: $
2    
3  INSTALLATION:  INSTALLATION:
4    
5  1. Create the folder 'themes/fblike'  1. Create the folder 'sites/all/themes/fblike'
6  2. Copy all theme files, keeping directory structure, to the folder 'themes/fblike'  2. Copy all theme files, keeping directory structure, to the folder 'sites/all/themes/fblike'
7  3. Enable the fblike theme in 'admin/build/themes'  3. Enable the fblike theme in 'admin/build/themes'
8  4. To enable specifics theme settings, install the Theme Settings API module (http://drupal.org/project/themesettingsapi)  4. To enable specifics theme settings, install the Theme Settings API module (http://drupal.org/project/themesettingsapi)
9  5. Visit 'admin/build/themes/settings/fblike' and choose specific settings  5. Visit 'admin/build/themes/settings/fblike' and choose specific settings
# Line 13  REQUIREMENT FOR SPECIFIC SETTINGS: Line 13  REQUIREMENT FOR SPECIFIC SETTINGS:
13  This script generate the logo, title and slogan images. To work properly, you need :  This script generate the logo, title and slogan images. To work properly, you need :
14  - install the Theme Settings API module (http://drupal.org/project/themesettingsapi)  - install the Theme Settings API module (http://drupal.org/project/themesettingsapi)
15  - PHP GD2 support  - PHP GD2 support
16  - uploading some truetype (.ttf) font file into the fblike/images/fonts  - uploading some truetype (.ttf) font file into the sites/all/themes/fblike/images/fonts
17    
18  MY PERSONAL SPECIFIC SETTINGS:  MY PERSONAL SPECIFIC SETTINGS:
19    
# Line 23  MY PERSONAL SPECIFIC SETTINGS: Line 23  MY PERSONAL SPECIFIC SETTINGS:
23    
24  CACHING GENERATED IMAGES:  CACHING GENERATED IMAGES:
25    
26  To enable the cache, create a writable 'cache' directory into the fblike/images directory :  To enable the cache, create a writable 'cache' directory into the sites/all/themes/fblike/images directory :
27  > cd themes/fblike/images  > cd sites/all/themes/fblike/images
28  > mkdir cache  > mkdir cache
29  > chmod 775 cache  > chmod 775 cache
30    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2