Forum breadcrumbs – You are here:Asgaros Support ForumSupportauto subscribe items
Please or Register to create posts and topics.

auto subscribe items

PreviousPage 2 of 2

@jim You are absolutely correct. I fixed it!

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

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 Asgaros on March 3, 2019, 10:42 pm

Or 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.

PreviousPage 2 of 2