• Resolved janeverts

    (@janeverts)


    Hi,

    When people reveice th ememail with a notification of a new or adjusted post, the link to the topic is wrong.

    In the settings it is defined as https://[topic-reply] but in the email the link is converted to https://https://link website.

    If I delete the https:// before the code [topic-reply] it is automatically restored in the https://[topic-reply].
    Where can I edit the link of the code [topic-reply] to fix the link in the emails.

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

    (@usestrict)

    Hi @janeverts,

    You’re probably looking to do this:

    <a href="[topic-reply]">[topic-title]</a>

    [topic-reply] already has the schema in it. Some email clients may convert it to links, but some won’t. So placing it in the <a> tag works best.

    Cheers,
    Vinny

    Thread Starter janeverts

    (@janeverts)

    i’ll try that, thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Topic reply link not correct’ is closed to new replies.