문제

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 :)

도움이 되었습니까?

해결책

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_
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top