You are here

README.txt in Recently Read 7.3

Same filename and directory in other branches
  1. 8 README.txt
  2. 6 README.txt
  3. 7 README.txt
  4. 7.2 README.txt
// $Id$

== SUMMARY ==

The Recently Read module displays the history of recently read Entity
a particular user has viewed. Each authenticated user has its own history 
recorded, so this module may be useful i.e. for displaying recently viewed 
products on the e-commerce site. The history is displayed as a block and each 
content type gets its own block.

If you need more flexibility, this module can be replaced by properly configured
Flag, Rules and Views modules. Check out the following links for more details:
* http://drupal.org/node/405754
* http://jan.tomka.name/blog/list-recently-viewed-nodes-drupal

For a full description of the module, visit the project page:
  http://drupal.org/sandbox/pgorecki/1080970

To submit bug reports and feature suggestions, or to track changes:
  http://drupal.org/project/issues/1080970


== REQUIREMENTS ==

None.


== INSTALLATION ==

* Install as usual, see http://drupal.org/node/70151 for further information.
* Module depend on module views, entity, session_api. Pls download it accordingly.
  http://drupal.org/project/views
  http://drupal.org/project/entity
  http://drupal.org/project/session_api


== CONFIGURATION ==

  Just an example for recently viewed nodes. Actually, all the recently read entity can support.
  1: Add a new views based on node(content).
  2: set a relationship "Recently Read".
  3: Add filter:
     (Recently Read) Recently Read: Current (Yes)
     (Recently Read) Recently Read: entity type (= Node)
  4: Add sort:
     (Recently Read) Recently Read: Recently Read Date (desc)
  5: Maybe you can create a views block. and in block configuration page, you can place this block
  where you want. 
     Or you can use context module, to make a better block visibility config.

  If you use this module in your commerce site, you can create recently read orders based on this tutorial.


== CONTACT ==

Current maintainer:
* Przemyslaw Gorecki (pgorecki) - http://drupal.org/user/642012
* Terry Zhang (zterry95) - http://drupal.org/user/1952394

File

README.txt
View source
  1. // $Id$
  2. == SUMMARY ==
  3. The Recently Read module displays the history of recently read Entity
  4. a particular user has viewed. Each authenticated user has its own history
  5. recorded, so this module may be useful i.e. for displaying recently viewed
  6. products on the e-commerce site. The history is displayed as a block and each
  7. content type gets its own block.
  8. If you need more flexibility, this module can be replaced by properly configured
  9. Flag, Rules and Views modules. Check out the following links for more details:
  10. * http://drupal.org/node/405754
  11. * http://jan.tomka.name/blog/list-recently-viewed-nodes-drupal
  12. For a full description of the module, visit the project page:
  13. http://drupal.org/sandbox/pgorecki/1080970
  14. To submit bug reports and feature suggestions, or to track changes:
  15. http://drupal.org/project/issues/1080970
  16. == REQUIREMENTS ==
  17. None.
  18. == INSTALLATION ==
  19. * Install as usual, see http://drupal.org/node/70151 for further information.
  20. * Module depend on module views, entity, session_api. Pls download it accordingly.
  21. http://drupal.org/project/views
  22. http://drupal.org/project/entity
  23. http://drupal.org/project/session_api
  24. == CONFIGURATION ==
  25. Just an example for recently viewed nodes. Actually, all the recently read entity can support.
  26. 1: Add a new views based on node(content).
  27. 2: set a relationship "Recently Read".
  28. 3: Add filter:
  29. (Recently Read) Recently Read: Current (Yes)
  30. (Recently Read) Recently Read: entity type (= Node)
  31. 4: Add sort:
  32. (Recently Read) Recently Read: Recently Read Date (desc)
  33. 5: Maybe you can create a views block. and in block configuration page, you can place this block
  34. where you want.
  35. Or you can use context module, to make a better block visibility config.
  36. If you use this module in your commerce site, you can create recently read orders based on this tutorial.
  37. == CONTACT ==
  38. Current maintainer:
  39. * Przemyslaw Gorecki (pgorecki) - http://drupal.org/user/642012
  40. * Terry Zhang (zterry95) - http://drupal.org/user/1952394