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

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

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


Revision 1.8 - (show annotations) (download)
Fri May 8 21:10:26 2009 UTC (6 months, 2 weeks ago) by deekayen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +1 -1 lines
File MIME type: text/plain
DRUPAL-7-UNSTABLE-6 compatability
1 $Id: README.txt,v 1.6 2007/11/29 21:35:03 deekayen Exp $
2
3 DESCRIPTION:
4 ------------
5
6 A module that displays a block with similar published nodes to the
7 currently viewed one, based on the title and body fields.
8
9 This module is for MySQL-based Drupal sites. It uses MySQL's
10 FULLTEXT indexing for MyISAM tables, and should automatically add
11 the index when you activate the module for the first time on a
12 Drupal site version 4.7.x or newer.
13
14 NOTE: If your node_revisions table is InnoDB, this module's install
15 file will convert your table to MyISAM. The FULLTEXT indexing
16 feature of MyISAM is not available for InnoDB (yet).
17
18 INSTALLATION
19 ------------
20
21 Copy the similar directory to your modules directory.
22 (sites/all/modules/similar)
23
24 Activate the module in Administer > Site building > Modules.
25 Turn on the similar block in administer > Site building > Blocks.
26
27 Configure the number of similar entries and specific node types
28 you want the block to search for at (default is 5):
29 admin/build/block/configure/similar/0
30
31 BUG REPORTING
32 -------------
33
34 http://drupal.org/project/issues/similar
35
36 CONTRIBUTORS
37 ------------
38 David Kent Norman http://deekayen.net/
39
40 Arnab Nandi http://arnab.org/

  ViewVC Help
Powered by ViewVC 1.1.2