Skip to:
Content
Pages
Categories
Search
Top
Bottom

Custom Subscriptions Email


  • TriiXx
    Participant

    @triixx

    Hello,

    How can i customize subscriptions email ?

    Default email is not realy pretty !

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

  • Robin W
    Moderator

    @robin-w

    It’s on my list of things to look at for my style pack plugin

    In the meantime, you’ll find the relevant emails in

    includes/common/functions

    and can filter using for forums

    $message = apply_filters( ‘bbp_forum_subscription_mail_message’, $message, $topic_id, $forum_id, $user_id );

    and for topics

    $message = apply_filters( ‘bbp_subscription_mail_message’, $message, $reply_id, $topic_id );


    mth75
    Participant

    @mth75

    or when using buddypress:

    BP Emails for BBP

    would be nice if the function of this plugin could be integrated in BBPress.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar