You are here

README.txt in Similar Entries 6

Same filename and directory in other branches
  1. 5 README.txt
  2. 6.2 README.txt
  3. 7.2 README.txt
  4. 7 README.txt
DESCRIPTION:
------------

A module that displays a block with similar published nodes to the
currently viewed one, based on the title and body fields.

This module is for MySQL-based Drupal sites. It uses MySQL's
FULLTEXT indexing for MyISAM tables, and should automatically add
the index when you activate the module for the first time on a
Drupal site version 4.7.x or newer.

NOTE: If your node_revisions table is InnoDB, this module's install
file will convert your table to MyISAM. The FULLTEXT indexing
feature of MyISAM is not available for InnoDB (yet).

INSTALLATION
------------

Copy the similar directory to your modules directory.
(sites/all/modules/similar)

Activate the module in administer > Site building > Modules.
Turn on the similar block in administer > Site building > Blocks.

Configure the number of similar entries and specific node types
you want the block to search for at (default is 5):
   admin/build/block/configure/similar/0

Adjust your cache settings at admin/settings/similar.

BUG REPORTING
-------------

http://drupal.org/project/issues/similar

CONTRIBUTORS
------------
David Kent Norman http://deekayen.net/

Arnab Nandi http://arnab.org/

File

README.txt
View source
  1. DESCRIPTION:
  2. ------------
  3. A module that displays a block with similar published nodes to the
  4. currently viewed one, based on the title and body fields.
  5. This module is for MySQL-based Drupal sites. It uses MySQL's
  6. FULLTEXT indexing for MyISAM tables, and should automatically add
  7. the index when you activate the module for the first time on a
  8. Drupal site version 4.7.x or newer.
  9. NOTE: If your node_revisions table is InnoDB, this module's install
  10. file will convert your table to MyISAM. The FULLTEXT indexing
  11. feature of MyISAM is not available for InnoDB (yet).
  12. INSTALLATION
  13. ------------
  14. Copy the similar directory to your modules directory.
  15. (sites/all/modules/similar)
  16. Activate the module in administer > Site building > Modules.
  17. Turn on the similar block in administer > Site building > Blocks.
  18. Configure the number of similar entries and specific node types
  19. you want the block to search for at (default is 5):
  20. admin/build/block/configure/similar/0
  21. Adjust your cache settings at admin/settings/similar.
  22. BUG REPORTING
  23. -------------
  24. http://drupal.org/project/issues/similar
  25. CONTRIBUTORS
  26. ------------
  27. David Kent Norman http://deekayen.net/
  28. Arnab Nandi http://arnab.org/