| 1 |
$Id: README.txt,v 1.7 2006/11/14 21:47:35 karthik Exp $
|
| 2 |
|
| 3 |
Overview
|
| 4 |
--------
|
| 5 |
The relatedlinks module enables nodes to display related URLs to the user via
|
| 6 |
blocks. Related links can be defined in 3 ways:
|
| 7 |
|
| 8 |
* Parsed links: links that are retrieved from the body of a node.
|
| 9 |
* Manual links: links that are added manually.
|
| 10 |
* Discovered links: links that are discovered by the module using various
|
| 11 |
criteria, including the category terms of a node and suggestions provided by
|
| 12 |
the search module (when enabled).
|
| 13 |
|
| 14 |
The relatedlinks module allows for flexibility in creating blocks for each type
|
| 15 |
of relatedlinks or creating blocks for a combination of link types.
|
| 16 |
|
| 17 |
Installation
|
| 18 |
------------
|
| 19 |
1) Copy the entire relatedlinks directory into your drupal module directory.
|
| 20 |
2) Go to admin/build/modules to enable relatedlinks. This should automatically
|
| 21 |
install the relatedlinks database table.
|
| 22 |
3) The discovered links feature requires either the taxonomy or search modules
|
| 23 |
to be enabled.
|
| 24 |
4) Go to admin/settings/relatedlinks to configure which content types may have
|
| 25 |
related links, and other options. The discovered links tab provides
|
| 26 |
configuration options for the discovered links feature.
|
| 27 |
5) Go to admin/build/block to enable the appropriate blocks for your site.
|
| 28 |
|
| 29 |
Upgrade
|
| 30 |
-------
|
| 31 |
If you are upgrading from an older version of this module, ensure that you
|
| 32 |
visit update.php to update existing database tables.
|
| 33 |
|
| 34 |
Links
|
| 35 |
-----
|
| 36 |
* Related links configuration: admin/settings/relatedlinks
|
| 37 |
* Block configuration: admin/build/block
|
| 38 |
* Project URL: http://drupal.org/project/relatedlinks
|
| 39 |
|
| 40 |
Authors
|
| 41 |
-------
|
| 42 |
Nic Ivy (nji@njivy.org)
|
| 43 |
Scott Courtney (scott@4th.com)
|
| 44 |
Karthik Kumar/ Zen / |gatsby| : http://drupal.org/user/21209
|