Hello,
Does there a way to set a Default Email Digest setting ?
And select Daily for all Groups.
Thank you
Philippe
Does there a way to set a Default Email Digest setting ?
And select Daily for all Groups.
Thank you
Philippe
$interval = '1'; // default
$interval = '2'; // default
$cluster = ES::cluster('group', $this->id);
$state = $cluster->subscribe($userId, '2');
And I suppose then the data is written here :
_social_clusters_subscriptions
If I use your first method, and hide the first default button (instantly), does it work anyway ?