| 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 |
| 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 |
|
|
| 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 |
|
|