MyBB Community Forums

Full Version: Thread subscription not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
the thread subscription feature is not working in my website http://worldofdth.in
its saying webpage not found......
the link for subscription becomes:
http://worldofdth.in/usercp2.php?action=...n&tid=2295

please help me to solve it.......
Go to: ACP > Templates > Showthread Templates > showthread > and find;
<li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}">{$add_remove_subscription_text}</a></li>
and change it to;
<li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>