auto subscribe items
Quote from Asgaros on January 27, 2022, 7:58 am@jim You are absolutely correct. I fixed it!
@jim You are absolutely correct. I fixed it!
Quote from CEC on June 3, 2022, 12:04 pmHello all,
I understand the concern about privacy and having users to explicitly opt-in to subscriptions, but there are cases where this legal concern does not apply, as in private/internal teams like they already mentioned. Or like in my case, where we have student cohorts that have already signed and allowed to receive communications from us.
It would be great if Asgaros allowed admins to manually subscribe users to forums, categories, or to all… while throwing a clear “at your own legal risk” warning.
Any chance of this happening?
Hello all,
I understand the concern about privacy and having users to explicitly opt-in to subscriptions, but there are cases where this legal concern does not apply, as in private/internal teams like they already mentioned. Or like in my case, where we have student cohorts that have already signed and allowed to receive communications from us.
It would be great if Asgaros allowed admins to manually subscribe users to forums, categories, or to all… while throwing a clear “at your own legal risk” warning.
Any chance of this happening?
Quote from Karma4973 on July 5, 2022, 10:52 amQuote from Asgaros on March 3, 2019, 10:42 pmOr you can also execute the following script once if your users should all get subscribed to everything:
$users = get_users(); foreach ($users as $user) { update_user_meta($user->ID, 'asgarosforum_subscription_global_posts', 1); delete_user_meta($user->ID, 'asgarosforum_subscription_global_topics'); }Hello and congratulations for this great plugin.
I copied this script in functions.php. We are a small group of friends interacting in a forum, and we all agree to be alerted of all new topics and posts.What do you mean by “execute once“? I don’t know how to do that.
Thanks for your help.
Quote from Asgaros on March 3, 2019, 10:42 pmOr you can also execute the following script once if your users should all get subscribed to everything:
$users = get_users(); foreach ($users as $user) { update_user_meta($user->ID, 'asgarosforum_subscription_global_posts', 1); delete_user_meta($user->ID, 'asgarosforum_subscription_global_topics'); }
Hello and congratulations for this great plugin.
I copied this script in functions.php. We are a small group of friends interacting in a forum, and we all agree to be alerted of all new topics and posts.
What do you mean by “execute once“? I don’t know how to do that.
Thanks for your help.