You are here

README.txt in Activity 6.2

 /\  __|_.  ._|_
/~~\(_ | |\/| |\/
               /
This module allows you to record various activities on your website and display
them in a 'feed', such as other popular websites do.

Example activity messages:
  * You wrote a comment in response to "example comment title"
  * Jim wants to be your friend. Approve this friendship here.
  * Nancy is Phil's latest fan.

Technically:
  * Activity 6.x-2.x takes a new approach from previous versions.
  * Activity now provides a configurable action that can be used with any
    Triggers.
  * All activity is displayed through Views 2.
  * Core modules such as Node, Comment, and User are provided as includes as a
    way to provide example of how this can be integrated with any module.
  * Permissions can be provided for display by any sort of user relationship
    type modules, such as Flag friend, User Relationships, Friendlist, etc.

File

README.txt
View source
  1. /\ __|_. ._|_
  2. /~~\(_ | |\/| |\/
  3. /
  4. This module allows you to record various activities on your website and display
  5. them in a 'feed', such as other popular websites do.
  6. Example activity messages:
  7. * You wrote a comment in response to "example comment title"
  8. * Jim wants to be your friend. Approve this friendship here.
  9. * Nancy is Phil's latest fan.
  10. Technically:
  11. * Activity 6.x-2.x takes a new approach from previous versions.
  12. * Activity now provides a configurable action that can be used with any
  13. Triggers.
  14. * All activity is displayed through Views 2.
  15. * Core modules such as Node, Comment, and User are provided as includes as a
  16. way to provide example of how this can be integrated with any module.
  17. * Permissions can be provided for display by any sort of user relationship
  18. type modules, such as Flag friend, User Relationships, Friendlist, etc.