You are here

README.txt in Similar By Terms 5

Same filename and directory in other branches
  1. 8 README.txt
  2. 6 README.txt
  3. 7 README.txt
Similar By Terms (similarterms.module)
by Jeff Robbins

This Drupal module attempts to provide context for content items by 
displaying a block with links to other similar content. Similarity is 
based on the taxonomy terms assigned to content. Blocks are available 
based on similarity within each of the defined vocabularies for a site 
as well as a block for similarity within all vocabularies.

What does this really mean? How should you use this module?

1) Create a freetagging vocabulary called "Tags" assigned to the content 
types on which you'd like to display the "Similar" block.
2) Enable the block called "Similar entries from the Tags vocabulary".
3) Add keyword tags to the content.

Done!

Now when you go to the page for a tagged content item, a block will show
up displaying other content in descending order of common tags (terms).

We're using this on Lullabot.com, click on any of the articles at 
http://www.lullabot.com/articles in order to see the "Similar" block.

File

README.txt
View source
  1. Similar By Terms (similarterms.module)
  2. by Jeff Robbins
  3. This Drupal module attempts to provide context for content items by
  4. displaying a block with links to other similar content. Similarity is
  5. based on the taxonomy terms assigned to content. Blocks are available
  6. based on similarity within each of the defined vocabularies for a site
  7. as well as a block for similarity within all vocabularies.
  8. What does this really mean? How should you use this module?
  9. 1) Create a freetagging vocabulary called "Tags" assigned to the content
  10. types on which you'd like to display the "Similar" block.
  11. 2) Enable the block called "Similar entries from the Tags vocabulary".
  12. 3) Add keyword tags to the content.
  13. Done!
  14. Now when you go to the page for a tagged content item, a block will show
  15. up displaying other content in descending order of common tags (terms).
  16. We're using this on Lullabot.com, click on any of the articles at
  17. http://www.lullabot.com/articles in order to see the "Similar" block.