| 1 |
# $Id: README.txt,v 1.2.2.1 2009/09/15 16:17:20 njt1982 Exp $
|
| 2 |
|
| 3 |
This module provides a customizable set of blocks which contain an automated & limited number
|
| 4 |
of links to nodes that are considered "relevant" to the current node based on how the current
|
| 5 |
node is tagged under it's taxonomy. The more terms another node has in common with the current
|
| 6 |
node, the more chance it has at appearing towards the top of the list. If multiple nodes
|
| 7 |
contain the same number of "terms in common" then the more recent ones appear towards the top
|
| 8 |
of the list.
|
| 9 |
|
| 10 |
The module also supports CCK in the form of a "read only" field. Once this field is added to a
|
| 11 |
node, it will list the results in the same way the block does. The advantage is that you can
|
| 12 |
combine the result set with your content in a more seamless way.
|
| 13 |
|
| 14 |
A very new feature which has been added to this release of Relevent Content is to override the
|
| 15 |
output using a token field. This means you are no longer restricted to using simply the node
|
| 16 |
title as a hyperlink, but instead can form more complicated token-based output (such as, for
|
| 17 |
example, "[title] written on [d] [month] [yy]").
|