Yeah, on my SS I have the check mark (manually added) on template forumhome_forumbit_level1_post, and shows the check mark. But when I click it it redirects me to subscription folder (I add the forum to the subscription list), but the check marks are still there.
After I subscribe to a forum, there is supposed to change to "X" (unsubscribe from this forum), instead it still show the valid checkmark.
Here is my forumhome_forumbit_level1_post code:
Code:
<if condition="$show['subscribed_to_forum']">
<a href="subscription.php?$session[sessionurl]do=removesubscription&f=$forum[forumid]" rel="nofollow" title="Unsubscribe to $forum[title]" rel="nofollow">X</a>
<else />
<a href="subscription.php?$session[sessionurl]do=addsubscription&f=$forum[forumid]" rel="nofollow" title="Subscribe to $forum[title]">✓</a></if>