Please Log in or Create an account to join the conversation.
It should work fine. How are you approving users from backend? onUserActive fires when the user account is completely active (confirmed, approved, and enabled). onAfterUserApproval is fired directly after they're approved and is only fired once (confirmed in source code). For backend usage check that [var2] is equal to 1 when using onAfterUserApproval to ensure they're being marked as approved as marking as rejected, etc.. will also fire this trigger.The trigger you suggest does not work for backend and the approval trigger send the emails two times.
No, there will not be another 1.9 release. Next release is CB 1.10.Any chance you can review this for CB 1.9.10?
The emails support substitutions. Just use IF substitutions to condition the message body. CB 1.10 will also allow HTML in the welcome/pending emails as well if needed. So using CB Auto Actions shouldn't be needed anymore for CB 1.10 usage (you can use IF substitutions now, but no HTML ATM).This is the only way to send different welcome messages to user groups.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Don't understand the issue. Empty substitutions will substitute in as empty and not a space, linebreak, or anything of the sort. You can format your email anyway you like.HOWEVER, the emails contain some extra empty space.
I guess this is caused somehow by the substitutions strings.
Is there a way around this?
Please Log in or Create an account to join the conversation.