I've posted this problem in the VBulletin.com Forums but after I've disabled hooks, and tried using the default Style and Default Language, they told me the problem must be with VBseo...
The thing is that the link in the "Thread Tools" pop-up is always "Subscribe to this Thread" and it never appears "UNsubscribe to this Thread"
The code in my SHOWTHREAD template I think it's ok:
Any idea what could be the problem?Code:<td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/subscribe.gif" alt="$vbphrase[subscription]" /> <if condition="$show['subscribed']"> <a href="subscription.php?$session[sessionurl]do=removesubscription&t=$threadid" rel="nofollow">$vbphrase[unsubscribe_from_this_thread]</a> <else /> <a href="subscription.php?$session[sessionurl]do=addsubscription&t=$threadid" rel="nofollow">$vbphrase[subscribe_to_this_thread]</a> </if> </td>
Also, the image "forum/images/misc/subscribed.gif" is not showing in the threadbit...
I CAN unsubscribe from threads from the User CP. The only problem is with that link from the "Thread Tools" that is always the same...
Edit: All the others conditionals like "<if condition="$show['sticky']">" or "<if condition="$show['paperclip']"> " are working ok... The problem is just with the code inside the "<if condition="$show['subscribed']">" conditional...
Thanks in advance....



LinkBack URL
About LinkBacks





Reply With Quote



