This topic has 2 replies, 2 voices, and was last updated 9 years by Laura.

  • Author
  • #143545
     mcsq
    Participant

    In this thread – https://bbpress.org/forums/topic/notify-me-of-follow-up-replies-via-email-default-behavior/

    they are listing this code added to the functions.php file of the theme as the solution – I just wanted to be sure it does not pose any problems for the theme?

    Why not add the below code to the theme’s functions.php file?

    COPY CODE
    //Subscribe by default
    function subscribed_by_default(){
    echo '<script type="text/javascript">jQuery("#bbp_topic_subscription").prop("checked","checked");</script>';
    }
    add_filter('bbp_theme_after_topic_form_subscriptions','subscribed_by_default');
    add_filter('bbp_theme_after_reply_form_subscription','subscribed_by_default');
    #143546
     mcsq
    Participant
    Not marked as solution
    #143673
     Laura
    Moderator
    Not marked as solution
Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘Theme options & Demo content’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?