problem with forum subscribe threads

frank10

Getting the hang of it
Joined
Sep 13, 2015
Messages
178
Reaction score
11
I get my email subscribe reminder with new posts, but when I click the link, I'm redirected to the start of the thread not the last post.
ie, this is a link on email:
Code:
https://www.ipcamtalk.com/showthread.php/5058-Got-my-Dahua-4MP-IPC-HDBW4421R-AS-2-8mm[SIZE=6][B]?[/B][/SIZE]goto=newpost[SIZE=6][B]?[/B][/SIZE]utm_source=notification&utm_medium=email&utm_campaign=thread
the problem is there are 2 "?", so it can't interpret correctly. The correct link should be:

Code:
https://www.ipcamtalk.com/showthread.php/5058-Got-my-Dahua-4MP-IPC-HDBW4421R-AS-2-8mm[SIZE=6][B]?[/B][/SIZE]goto=newpost[SIZE=6][B]&[/B][/SIZE]utm_source=notification&utm_medium=email&utm_campaign=thread
Please fix it.
 
Top