Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author useStrict

    (@usestrict)

    Make sure you’re only using [topic-*] tags in the Topic template, and [reply-*] tags in the Reply template. Mixing and matching will not work.

    Thread Starter ls41

    (@ls41)

    I haven’t made any change to the default template.

    I see the problems. Following was the default fields in the Reply Email Template:

    Hello!

    A new reply has been posted by [reply-author].
    Topic title: [reply-title]
    Topic url: [topic-url]
    Topic Author : [topic-author]

    Excerpt:
    [reply-excerpt]

    Topic URL and Author should be [reply-url] and [reply-author]

    After that change, links work.

    Thanks.

    Plugin Author useStrict

    (@usestrict)

    That’s odd because this is what’s in the code for default reply template:

    if (!get_option('bbpress_notify_newreply_email_body'))
    {
        update_option('bbpress_notify_newreply_email_body', __("Hello!\nA new reply has been posted by [reply-author].\nTopic title: [reply-title]\nTopic url: [reply-url]\n\nExcerpt:\n[reply-excerpt]"));
    }
    Thread Starter ls41

    (@ls41)

    I had the previous plugin installed first ( from original author). Maybe that could have caused this.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Empty Topic and Author in Notification’ is closed to new replies.