• By default the subscription status when a member joins a group is “All Email” (supersub), and maybe it is not the ideal option if you want to minimize the number of emails the server has to send.

    I think it is quite easy to implement an option to let admin choose the default status after group join in plugin settins page.

    It would be a plugin option to be read in function ass_get_default_subscription() from file bp-activity-subscription-functions.php to put in this line (replacing ‘supersub’ string):

    $default_subscription = apply_filters( 'ass_default_subscription_level', $default_subscription_option, $group_id );

    • This topic was modified 4 years, 7 months ago by etatus.
    • This topic was modified 4 years, 7 months ago by etatus.
    • This topic was modified 4 years, 7 months ago by etatus.
  • The topic ‘Default subscription after joining a group’ is closed to new replies.