drupaldrupal-7drupal-modulesorganic-groups

Register joined/abandoned in og group


I need register in a custom log when a user requests to join a group. Then I need register that the user has joined in the group or has abandoned this.

I do not know how to do it without changing the orginal module. I do not know how I can extend the functionality of a contributed module correctly.

Appreciate any guidance to investigate. Thanks :)


Solution

  • Use module rules Event to trigger rule:

    OG member subscribe (Active): rules_og_member_active
    OG member subscribe (Pending): rules_og_member_pending
    OG member subscribe (Blocked): rules_og_member_blocked
    OG member denied (Deny) :rules_og_member_denied_deny_