Forum
Please register! If you are registered, please log inagain !
[NB: your old dvd forums / digitalfix login will not work]
Good spot, @vaderag ! Hopefully this should work now.
@driver8 Can you tweak it to remove the full stop at the end of the link? It breaks the link in Outlook (at least I assume it's that)
but the web client doesn't seem to parse it as a link still
Weird ... I removed the fullstop, that's all. Any clues what the link looks like?
In the backend, there's not much to it >
<p>Hello [user_display_name]<br />
A new reply has been posted on your subscribed topic - [post_url]</p>
<p><strong>[post_title]</strong></p>
<p>If you want to unsubscribe from this topic please use the link below.<br />
[unsubscribe_link]</p>
The only thing I can think of is to add paragraph tags (and remove line-breaks) >
<p>Hello [user_display_name]</p>
<p>A new reply has been posted on your subscribed topic - [post_url]</p>
<p><strong>[post_title]</strong></p>
<p>If you want to unsubscribe from this topic please use the link below.</p>
<p>[unsubscribe_link]</p>
This is a sample email I get (the forums are recognising the link and formatting correctly, but it doesn't in Thunderbird):
Hello shteve
A new reply has been posted on your subscribed topic - https://dvdforums.co.uk/community/tdf-hangout/celeb-deaths-to-be-expected-now/paged/11/#post-3799
RE: Celeb deaths to be expected now
If you want to unsubscribe from this topic please use the link below.
Maybe try putting the URL in as a proper link?
<a href="[post_url]">click here</a>
Good idea @shteve ... I've done that now. Let me know if it doesn't work as expected.
Yeah, that works a treat @driver8. Can you also update the email that gets sent out when you're tagged in a post?
That works 😀