| 1 |
Warning
|
| 2 |
--------
|
| 3 |
|
| 4 |
Batteries not included, some assembly required. Right now I'm using
|
| 5 |
this by displaying related links through an addition to "node.tpl.php"
|
| 6 |
in a phptemplate theme.
|
| 7 |
|
| 8 |
|
| 9 |
Overview
|
| 10 |
--------
|
| 11 |
The whatsrelated.module allows you to create new nodes of the type
|
| 12 |
"whatsrelated". It's a simple content type which defines an external
|
| 13 |
link, and the node ID of the pre-existing node you want to associate
|
| 14 |
it with.
|
| 15 |
|
| 16 |
|
| 17 |
|
| 18 |
Requirements
|
| 19 |
------------
|
| 20 |
Drupal 4.6.x
|
| 21 |
PHP 4.3.0 or greater
|
| 22 |
|
| 23 |
|
| 24 |
Installation
|
| 25 |
------------
|
| 26 |
Please refer to the INSTALL file for installation directions.
|
| 27 |
|
| 28 |
|
| 29 |
Credits
|
| 30 |
-------
|
| 31 |
- Original author: John Handelaar
|
| 32 |
|
| 33 |
|
| 34 |
Bugs and Suggestions
|
| 35 |
--------------------
|
| 36 |
Bug reports, support requests, feature requests, etc, should be posted to
|
| 37 |
banner module project page:
|
| 38 |
http://drupal.org/project/whatsrelated
|
| 39 |
|