Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author creverter

    (@creverter)

    Hello! Not for now, but is a good future feature, because the link are really ugly…

    Kind Regards,
    Carles.

    Thread Starter rmada

    (@rmada)

    Hi Carles,

    Thanks for letting me know.

    Have a good weekend!

    The new hyperlink is not functioning well in Outlook 2007.

    Please add a slash to the generated path before the question mark:

    knews.php line 336

    if ($extra_params != ”) {
    if (strpos($url_home, ‘?’)===false) {
    $url_home .= ‘/?’ . $extra_params;
    } else {
    $url_home .= ‘&’ . $extra_params;
    }
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Neutral confirmation link’ is closed to new replies.