You are here

README.txt in Similar Entries 7.2

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

Similar entries provides a default Views block for displaying
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 >> modules.
Turn on the similar block in administer >> structure >> blocks.

WORKING WITH VIEWS
------------------
To customize the Similar entries block, navigate to administer >>
structure >> views and edit the view named similar_entries.
The similar entries view uses a custom argument. This node ID
argument must be present in the view to be able to perform
FULLTEXT searches on node bodies and CCK fields. Searching and
comparing against CCK fields is optional in the argument. Similar
entries indexes CCK field tables when cron runs. If you set up
a new CCK field on a content type you can force Similar entries
to index it by navigating to administer >> status report and
clicking on 'run cron manually'.


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

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


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

Arnab Nandi http://arnab.org/

Jordan Halterman

File

README.txt
View source
  1. DESCRIPTION
  2. -----------
  3. Similar entries provides a default Views block for displaying
  4. similar published nodes to the currently viewed one, based on
  5. the title and body fields.
  6. This module is for MySQL-based Drupal sites. It uses MySQL's
  7. FULLTEXT indexing for MyISAM tables, and should automatically add
  8. the index when you activate the module for the first time on a
  9. Drupal site version 4.7.x or newer.
  10. NOTE: If your node_revisions table is InnoDB, this module's install
  11. file will convert your table to MyISAM. The FULLTEXT indexing
  12. feature of MyISAM is not available for InnoDB (yet).
  13. INSTALLATION
  14. ------------
  15. Copy the similar directory to your modules directory.
  16. (sites/all/modules/similar)
  17. Activate the module in administer >> modules.
  18. Turn on the similar block in administer >> structure >> blocks.
  19. WORKING WITH VIEWS
  20. ------------------
  21. To customize the Similar entries block, navigate to administer >>
  22. structure >> views and edit the view named similar_entries.
  23. The similar entries view uses a custom argument. This node ID
  24. argument must be present in the view to be able to perform
  25. FULLTEXT searches on node bodies and CCK fields. Searching and
  26. comparing against CCK fields is optional in the argument. Similar
  27. entries indexes CCK field tables when cron runs. If you set up
  28. a new CCK field on a content type you can force Similar entries
  29. to index it by navigating to administer >> status report and
  30. clicking on 'run cron manually'.
  31. BUG REPORTING
  32. -------------
  33. http://drupal.org/project/issues/similar
  34. CONTRIBUTORS
  35. ------------
  36. David Kent Norman http://deekayen.net/
  37. Arnab Nandi http://arnab.org/
  38. Jordan Halterman