Results 1 to 7 of 7

vBSEO 3.3.0 - VBSEO_ACRONYM_GUESTS

This is a discussion on vBSEO 3.3.0 - VBSEO_ACRONYM_GUESTS within the Bug Reporting forums, part of the vBSEO SEO Plugin category; Is is me or does VBSEO_ACRONYM_GUESTS not work? Shows it to both guests and members....

  1. #1
    Senior Member woostar's Avatar
    Real Name
    woostar
    Join Date
    Apr 2007
    Posts
    786
    Liked
    5 times

    vBSEO 3.3.0 - VBSEO_ACRONYM_GUESTS

    Is is me or does VBSEO_ACRONYM_GUESTS not work?

    Shows it to both guests and members.
    2011 Average: 1 post every 5 seconds... 24/7

  2. #2
    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
    On my test installation and live board , they work correctly for me

    can you please supply a link and a demo account so we can check.
    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

  3. #3
    Senior Member woostar's Avatar
    Real Name
    woostar
    Join Date
    Apr 2007
    Posts
    786
    Liked
    5 times
    I've submitted a ticket (5859-IDVN-1620) with login details (for now and future reference).
    2011 Average: 1 post every 5 seconds... 24/7

  4. #4
    Junior Member
    Real Name
    Holger
    Join Date
    Sep 2008
    Posts
    10
    Liked
    0 times
    on my test installation the same problem here.

    Code:
    functions_vbseo_seo.php:
    
    if(isset($bbuserinfo) && ($bbuserinfo['userid']>0) && VBSEO_ACRONYM_GUESTS)
    {
    $seo_replacements = array();
    return;
    }
    $bbuserinfo seems to be always empty. My vBulletin version is 3.7.x in german.

    [19:14]
    updated Testforum to 3.8.2, but same problem
    Last edited by Holgi01; 04-04-2009 at 02:16 PM.

  5. #5
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Please try to modify functions_vbseo_seo.php file:
    FIND:
    PHP Code:
    if ($seo_replace_inurls)return; 
    ADD ABOVE:
    PHP Code:
        if(isset($bbuserinfo) && ($bbuserinfo['userid']>0) && VBSEO_ACRONYM_GUESTS)
        {
            
    $seo_replacements $seo_replace_inurls $seo_preg_replace = array();
            return;
        } 
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  6. #6
    Junior Member
    Real Name
    Holger
    Join Date
    Sep 2008
    Posts
    10
    Liked
    0 times
    Hi Oleg,
    I have added the code and everything is working fine now

    many thanks
    Holger

  7. #7
    Senior Member woostar's Avatar
    Real Name
    woostar
    Join Date
    Apr 2007
    Posts
    786
    Liked
    5 times
    IMO this should have been default.

    Thanks for your help Oleg
    2011 Average: 1 post every 5 seconds... 24/7

Posting Permissions

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