| 1 |
Drupal series.module README.txt
|
| 2 |
==============================================================================
|
| 3 |
|
| 4 |
This module allows you to put nodes into series using the Drupal taxonomy.
|
| 5 |
The list of nodes in the same series can be embedded into the node body
|
| 6 |
at a place defined by the node author. The BBcode like [series-info:left],
|
| 7 |
[series-info:right] or [series-info:center] markers can be used in the node
|
| 8 |
body or teaser to place the series information box (floated left, right
|
| 9 |
or centered respectively). Note that the module does not contain CSS styles
|
| 10 |
for the box, so you need to have styles in your theme to make things look
|
| 11 |
better. The .series-box and .series-left, .series-right and series-center
|
| 12 |
class selectors can be used in your theme.
|
| 13 |
|
| 14 |
Installation
|
| 15 |
------------------------------------------------------------------------------
|
| 16 |
|
| 17 |
Required:
|
| 18 |
- Copy series.module to modules/
|
| 19 |
|
| 20 |
- Enable the module as usual from Drupal's admin pages.
|
| 21 |
|
| 22 |
- Add a vocabulary for series and associate that vocabulary with the series
|
| 23 |
feature on the series module settings page.
|
| 24 |
|
| 25 |
Credits / Contact
|
| 26 |
------------------------------------------------------------------------------
|
| 27 |
|
| 28 |
The author of this module is Gabor Hojtsy, but this module is not
|
| 29 |
maintained anymore.
|