Results 1 to 6 of 6

Problem with Subscribe/Unsubscribe links

This is a discussion on Problem with Subscribe/Unsubscribe links within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I've posted this problem in the VBulletin.com Forums but after I've disabled hooks, and tried using the default Style and ...

  1. #1
    Member
    Real Name
    Santiago
    Join Date
    Sep 2006
    Location
    Argentina
    Posts
    74
    Liked
    0 times

    Problem with Subscribe/Unsubscribe links

    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:

    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&amp;t=$threadid" rel="nofollow">$vbphrase[unsubscribe_from_this_thread]</a>
            <else />
                <a href="subscription.php?$session[sessionurl]do=addsubscription&amp;t=$threadid" rel="nofollow">$vbphrase[subscribe_to_this_thread]</a>
            </if>
            </td>
    Any idea what could be the problem?

    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....

  2. #2
    Member
    Real Name
    Santiago
    Join Date
    Sep 2006
    Location
    Argentina
    Posts
    74
    Liked
    0 times
    Ok, here is the solution...



    I think it would be a good idea to have some kind of "search settings", because there are a LOT of them... And even a VBulletin Customer Support could miss this little setting in a problem like this...

    I've disabled hooks, uninstall VBSeo, check the forums with default language and template, and even made a FRESH NEW install to import my settings and notice that the problem was... nothing more or less than a click in the "yes" option...

    Sorry for this thread...

  3. #3
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,367
    Liked
    542 times
    Blog Entries
    4
    I am glad you solved the problem. It again disturbs me how vB support react , caused you tons of problems however they should ask in the first place if this option is turned on or off.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  4. #4
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    Quote Originally Posted by MRBarto View Post
    Ok, here is the solution...
    I think it would be a good idea to have some kind of "search settings", because there are a LOT of them... And even a VBulletin Customer Support could miss this little setting in a problem like this...
    If you choose the "Show All Settings", you can use your browser's Search function to search through all settings. I do that a lot.

  5. #5
    Member
    Real Name
    Santiago
    Join Date
    Sep 2006
    Location
    Argentina
    Posts
    74
    Liked
    0 times
    Quote Originally Posted by Keith Cohen View Post
    If you choose the "Show All Settings", you can use your browser's Search function to search through all settings. I do that a lot.
    I don't know why I didn't see that before... Thanks for the tip!

  6. #6
    vBSEO Staff Ace Shattock's Avatar
    Real Name
    Ace Shattock
    Join Date
    Jul 2005
    Location
    Auckland, New Zealand, New Zealand
    Posts
    3,998
    Liked
    11 times
    Quote Originally Posted by Keith Cohen View Post
    If you choose the "Show All Settings", you can use your browser's Search function to search through all settings. I do that a lot.
    I got bitten big time by doing just this...

    Basically, a nasty bug in the Googlemap addon's bitfield file was removing the bbcode options, but I was editting stuff nowhere near them, so I didnt notice that when I saved, I effectively removed all bbcode from my forum.

    So, Ace's handy tip of the week is to do what Keith described, note the name of the Section that contains the thing you wish to edit, then use the dropdown menu to go to that section.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •