MyBB Community Forums

Full Version: un-subscribe link in email does not work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

MikeInToshx

I got this issue:

When receiving a mail when a player has replied to a topic, there is a link to not subscribe to that topic anymore, correct?

My link does not work. There is key={10} in the end? And when I click the link it gives an error.

mysite.be/usercp2.phpaction=removesubscription&tid=54&key=9e84b617b76edd93539e55626bfc694a&my_post_key={10}
Is the post key same in every post or is it different ?
If it is 10 than it is possible that there is issue in your template and a permanent value of 10 is written which is wrong.
It seams your language filesare outdated. Placeholder {10} has been removed in MyBB 1.8.7: https://github.com/mybb/mybb/commit/8fd7...0f2b9ff589

MikeInToshx

Thankyou so much, it works now!