Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
teraßyte Posted March 20, 2022 Posted March 20, 2022 (edited) The email template \applications\core\dev\email\unsubscribeStream.txt contains a broken link: <ips:template parameters="$streamId, $streamTitle, $key, $member, $email" /> {$email->language->addToStack("unsubscribe_blurb_stream", FALSE, array( 'sprintf' => array( $streamTitle )))} {$email->language->addToStack("unsubscribe_blurb", FALSE)} {$email->language->addToStack( 'unsubscribe', FALSE )}: {url="app=core&module=discover&controller=streams&do=unsubscribeFromEmail&id={$streamId}&gkey={$key} The unsubscribe link on the last line is missing a double quote, the base parameter and the closing parenthesis: {url="app=core&module=discover&controller=streams&do=unsubscribeFromEmail&id={$streamId}&gkey={$key}" base="front"} Edited March 20, 2022 by teraßyte
Solution Stuart Silvester Posted May 18, 2022 Solution Posted May 18, 2022 Thank you for letting us know, this should be fixed in an upcoming release.
Recommended Posts