• Hello!

    Is BP Group Email Subscription plugin supposed to work with BP Activity Plus plugin? I’m using both plugins, and when users upload a photo in a group, the photo shows up fine in the website but the generated emails simply display a shortcode. Something like this:

    [bpfb_images]
    1483_0-98120000-1492983822_lake_mapourika_nz.jpeg
    [/bpfb_images]

    Any idea what could be wrong here?

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author r-a-y

    (@r-a-y)

    No, we do not parse shortcodes in the email content at the moment.

    You can try the following code snippet in your theme’s functions.php or wp-content/plugins/bp-custom.php file:

    add_filter( 'bp_ass_activity_notification_content', 'do_shortcode' );

    Untested.

Viewing 1 replies (of 1 total)

The topic ‘Compatibility with BP Activity Plus plugin’ is closed to new replies.