Download Size md5 hash
activity-6.x-2.x-dev.tar.gz 41.93 KB 1dcef40bd7b4fba03e948707754a0843
activity-6.x-2.x-dev.zip 54.71 KB 349ef7e51663544bf7f30ebc1a186d8e
Development snapshot from branch: 6.x-2.x
Last updated: August 12, 2011 - 00:02

This is a completely different approach to Activity logging than the previous version (6.x-1.x). We're now utilizing core actions functionality to handle the recording of activity messages instead of having our own functions to do so. This is more efficient and will be less duplication/maintenance.

We also allow for some more hooks that other modules can implement in order to allow some kick ass integration. (Read DEVELOPER.txt for hook definitions)

From the README.txt:
* 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.