/[drupal]/contributions/modules/relevant_content/README.txt
ViewVC logotype

Contents of /contributions/modules/relevant_content/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Sun Oct 11 12:54:03 2009 UTC (6 weeks, 6 days ago) by njt1982
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-7--1
Changes since 1.2: +15 -6 lines
File MIME type: text/plain
Initial work on upgrade to Drupal 7 with Fields API integration
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]").

  ViewVC Help
Powered by ViewVC 1.1.2