Results 1 to 10 of 10

3.2 RC5 - possible bug with Lightbox?

This is a discussion on 3.2 RC5 - possible bug with Lightbox? within the Bug Reporting forums, part of the vBSEO SEO Plugin category; I'm having issues with Lightbox not working in vB3.7. After the tech looked at my install, here is what he ...

  1. #1
    Junior Member ND4SPD's Avatar
    Real Name
    ND4SPD
    Join Date
    Dec 2006
    Posts
    19
    Liked
    0 times

    3.2 RC5 - possible bug with Lightbox?

    I'm having issues with Lightbox not working in vB3.7.

    After the tech looked at my install, here is what he suggested:

    Only thing that I can see that would be interfering with the Lightbox is that vBSEO is rewriting the URLs and they are probably not understood by the system properly.
    I'm not saying it is or it isn't a vBSEO problem, just putting it out there.

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    Hello,

    could you please open a support ticket with an example URL so that we can reproduce the issue?

  3. #3
    Senior Member daFish's Avatar
    Real Name
    Marcus Stöhr
    Join Date
    Jan 2008
    Location
    Germany
    Posts
    127
    Liked
    0 times
    I can confirm this issue with vBSEO 3.2.0 RC5: If I disable vBSEO completly, the lightbox is working correctly as it should. But when vBSEO is enabled, the lightbox won't work and instead of opening the images in the lightbox, they got opened in a new window like before.

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    Please open a ticket for troubleshooting.

  5. #5
    Senior Member
    Real Name
    Dhillon
    Join Date
    Apr 2006
    Posts
    341
    Liked
    1 times
    I have had the same issue, turned out that 'Rewrite Attachment URLs' was off.

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    Update: the issue appears with attachment rewrites disabled and "rel=nofollow for dynamic URLs" option enabled.

    it can be fixed with modification of functions_vbseo.php file:
    FIND:
    PHP Code:
    if(!strstr($preurl.$mid_attribs.$posturl$relnofollow)) 
    REPLACE WITH:
    PHP Code:
    if(!strstr($preurl.$mid_attribs.$posturl' rel=')) 

  7. #7
    Member
    Real Name
    matthew
    Join Date
    Dec 2008
    Posts
    33
    Liked
    0 times
    The lightbox problem was that due to the lightbox navigation not working ? i have changed this code but now lightbox does not work at all ... and i can not find where to do attachment rewrites disabled

  8. #8
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    What version of vBSEO are you running?
    The Forum Hosting - Forum Hosting from the Forum Experts

  9. #9
    Member
    Real Name
    matthew
    Join Date
    Dec 2008
    Posts
    33
    Liked
    0 times
    3.2

    i have asked how much it would cost to upgrade to newest but never got a reply. I paid to get this installed last time.

  10. #10
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    For us to update your vBSEO it is 27 dollars. Please see here: vBSEO - Upgrade Service
    The Forum Hosting - Forum Hosting from the Forum Experts

Similar Threads

  1. VB 3.7 new feature lightbox
    By TopAs in forum Bug Reporting
    Replies: 19
    Last Post: 07-19-2010, 03:12 AM
  2. vBSEO & Lightbox Attachments
    By daFish in forum Deutsch
    Replies: 3
    Last Post: 04-02-2008, 08:34 AM
  3. tag IMG with lightbox and problem
    By barroca in forum Troubleshooting
    Replies: 1
    Last Post: 03-26-2008, 12:26 AM

Posting Permissions

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