
Please Log in or Create an account to join the conversation.

That's as expected. You turned off the notification. The email parameter sends an email FOR the notification. It does not replace the notification behavior.If I set the CBActivity > Parameters > Notifications > Email on. and I set CBActivity > Parameters > Notifications > Notify > Activity > Create to Disabled, then no email is sent.
That's because you turned on a generic notification. That notification has nothing to do with CB GroupJive. That notification is for any post on any activity stream.But if I turn it onto to Enabled then it sends to everyone. My choice there is "All Users" "Connections" "Followers" "Moderators" - but I'd like the emails to be sent to the GJ Group members only.
Please Log in or Create an account to join the conversation.

Please Log in or Create an account to join the conversation.

The defaults for those 2 new notifications are in CB GroupJive > Parameters > Integrations > CB Gallery and CB GroupJive > Parameters > Integrations > CB Activity.CB GroupJive > Parameters > Notifications > Defaults does not include that option.
I know and I'm sorry for that, but this functionality just didn't exist yet. What was previously being done in CB Activity was effectively a bandaid fix.If I say "Hey everyone you've got to switch this setting on" they're going to be confused wondering why it was "switched off" (even though it wasn't), and most of them won't switch it on.
You can with the above parameters. It however won't have any impact on existing users. As for where this is stored the notification defaults are stored in the params column of the _groupjive_notifications table. That column supports JSON or INI structure so you should be able to query it and insert the activity_new and gallery_new notifications with a value of 1 to force them on.So I can't do that without at least the ability to switch it on by default one time.
Please Log in or Create an account to join the conversation.

Please Log in or Create an account to join the conversation.

Please Log in or Create an account to join the conversation.