| 1 |
$Id: README.txt,v 1.3 2007/02/08 17:51:32 karthik Exp $
|
| 2 |
|
| 3 |
Overview
|
| 4 |
--------
|
| 5 |
The node style module allows for per-node customisation of node layouts.
|
| 6 |
|
| 7 |
Installation
|
| 8 |
------------
|
| 9 |
1) Copy the entire node_style directory into your drupal module directory.
|
| 10 |
2) Go to admin/modules to enable node_style. This should automatically install
|
| 11 |
the node_style database tables.
|
| 12 |
3) Due to the fact that certain themes conflict with this module, visit
|
| 13 |
admin/build/node_style/configure to activate this module.
|
| 14 |
|
| 15 |
Upgrade
|
| 16 |
-------
|
| 17 |
If you are upgrading from an older version of this module, ensure that you
|
| 18 |
visit update.php to update existing database tables. Make sure to follow the
|
| 19 |
instructions in admin/build/node_style/configure to ensure that all themes are
|
| 20 |
compatible with this module.
|
| 21 |
|
| 22 |
Notes
|
| 23 |
-----
|
| 24 |
If you are using this in tandem with the sections module and would like
|
| 25 |
a node_style scheme to take precedence, you will need to assign a weight
|
| 26 |
to the node_style module that is higher than that of the sections module.
|
| 27 |
Weight adjustments can be performed in the system database table, or
|
| 28 |
alternatively, using the weight module.
|
| 29 |
|
| 30 |
Caveat
|
| 31 |
------
|
| 32 |
This module will *not* work out-of-the-box with themes which declare their own
|
| 33 |
_phptemplate_variables function. To find out how to circumvent this, follow the
|
| 34 |
instructions in admin/build/node_style/configure.
|
| 35 |
|
| 36 |
Links
|
| 37 |
-----
|
| 38 |
* Node style configuration: admin/build/node_style
|
| 39 |
* Project URL: http://drupal.org/project/node_style
|
| 40 |
|
| 41 |
Authors
|
| 42 |
-------
|
| 43 |
Karthik Kumar/ Zen / |gatsby| : http://drupal.org/user/21209
|