| 1 |
|
| 2 |
Moleskine, By CouzinHub // couzin.hub@gmail.com
|
| 3 |
|
| 4 |
/////// INSTALLATION /////////
|
| 5 |
|
| 6 |
1. Download Moleskine from http://drupal.org/project/moleskine
|
| 7 |
|
| 8 |
2. Unpack the downloaded file and place the moleskine folder in your Drupal installation under one of the following locations:
|
| 9 |
|
| 10 |
sites/all/themes : making it available to all Drupal sites in a mult-site configuration
|
| 11 |
|
| 12 |
sites/default/themes : making it available to only the default Drupal site
|
| 13 |
|
| 14 |
sites/example.com/themes : making it available to only the example.com site if there is a sites/example.com/settings.php configuration file
|
| 15 |
|
| 16 |
3. Log in as an administrator on your Drupal site and go to :
|
| 17 |
|
| 18 |
Administer > Site building > Themes (admin/build/themes)
|
| 19 |
|
| 20 |
and make moleskine the default theme.
|
| 21 |
|
| 22 |
4. From the Theme settings page (admin/build/themes) configure the Moleskine theme.
|
| 23 |
|
| 24 |
|
| 25 |
/////// Notes /////////
|
| 26 |
|
| 27 |
If you are using the TinyMCE editor, you can use the css file in the moleskine theme folder called tinymce.css to make Tinymce render the styles of the theme.
|
| 28 |
|
| 29 |
- Simply go to the TinyMCE administration page :
|
| 30 |
|
| 31 |
/admin/settings/tinymce
|
| 32 |
|
| 33 |
- Open the profile (if multiple profiles, you will have to do this each one of them)
|
| 34 |
|
| 35 |
- In the section 'CSS', select 'Define CSS' under 'Editor CSS:'
|
| 36 |
|
| 37 |
- In the 'CSS path:' input, copy and paste this path :
|
| 38 |
|
| 39 |
/sites/all/themes/moleskine/tinymce.css
|
| 40 |
|
| 41 |
supported and tested buttons : Bold / Italic / Underline / strikethrough / text alignment / lists / blockquote / smileys / formatselect Ð font / Fullscreen (hard one... could be buggy) / Preview (same as fullscreen) / XHTML Xtras Plugin
|