• Resolved rbmg-wp

    (@rbmg-wp)


    Hello,

    Been doing a lot of testing. Can’t get the message {POST} content to get sent in the body of the email. It does get sent in the 4 test emails when you click the preview button in settings.

    Settings in use:

    Subscriber set to HTML-FULL
    Message body gets posted to the blog fine and is present there.
    Using per post notifications.

    Any clues please?
    Many thanks
    Liz

    https://www.ads-software.com/plugins/subscribe2/

Viewing 3 replies - 31 through 33 (of 33 total)
  • @liz,

    I think it must be something to do with the user data being available in both plugins then.

    Postie seems to be setting it up correctly in the wp_get_current_user() function. But the Group function user_can_read_post() is not collecting the same or a valid user ID when it is called in the_content filter.

    You need to try and debug what is set and collected in those functions on your site.

    Thread Starter rbmg-wp

    (@rbmg-wp)

    Hi Matty,
    Thanks for the pointer. I am not a coder so cant reaaly debug code myself. i will have to look at getting someone to do it. There doesn’t appear to be much support happening in groups plugin support forum but I will try there first.

    Thank you so much for getting me this far!
    Kind regards,
    Liz

    @liz,

    It hard to say what needs to be done just looking at the code but as a guess I think maybe some variables need ‘globalled’ before being populated.

Viewing 3 replies - 31 through 33 (of 33 total)
  • The topic ‘{POST} is empty in live email, but present in preview tests’ is closed to new replies.