vBulletin 4, the most powerful community software + vBSEO 3.5, the ultimate SEO solution = Your ultimate platform for 2010 and beyond. Click below to learn more.

Page 1 of 2
1 2 LastLast
Results 1 to 15 of 17

vbseo & highslide mod

This is a discussion on vbseo & highslide mod within the General Discussion forums, part of the vBSEO SEO Plugin category; I've just installed the Highslide mod and vbseo seems to stop the popup image from opening. It seems vbseo is ...

  1. #1
    Junior Member
    Real Name
    Chris watson
    Join Date
    Oct 2006
    Posts
    15

    vbseo & highslide mod

    I've just installed the Highslide mod and vbseo seems to stop the popup image from opening.

    It seems vbseo is re-writing the attachment code and it's causing the problem.

    With vbseo turned off the highslide mod works fine and the HTML source shows-

    Code:
    <a id="att_9081" class="highslide" onclick="return hs.expand(this, { slideshowGroup: '487275' })" href="attachment.php?attachmentid=9081&d=1162063982" target="_blank"><img class="thumbnail" src="attachment.php?attachmentid=9081&stc=1&thumb=1&d=1162063982" border="0" alt="Click image for larger version
    
    Name:    AB3 - 5w - p1.jpg
    Views:    75
    Size:    51.8 KB
    ID:    9081" /></a>
    
    With vbseo running the highslide mod does not work and the HTML source shows the following code-

    Code:
    <a id="att_9081" class="highslide" onclick="return hs.expand(this, { slideshowGroup: '487275' })" href="http://www.satellites.co.uk/satellite/attachment.php?attachmentid=9081&d=1162063982" target="_blank"><img class="thumbnail" src="http://www.satellites.co.uk/satellite/attachment.php?attachmentid=9081&stc=1&thumb=1&d=1162063982" border="0" alt="Click image for larger version
    
    Name:    AB3 - 5w - p1.jpg
    Views:    75
    Size:    51.8 KB
    ID:    9081" /></a>
    
    The only differnce i can see is the href=" does not show the full url in the working code.

    Any ideas how i can get the highslide mod working with vbseo running ?

    Cheers
    Chris.
    Last edited by wkdchris; 04-29-2007 at 07:15 PM.

  2. #2
    Junior Member
    Real Name
    Chris watson
    Join Date
    Oct 2006
    Posts
    15
    Having done some tests it does not appear to be the URL causing the problem.

    But with vbseo turned on the popup image does not work. Yet with vbseo turned off it works fine.

  3. #3
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,368
    Hello,

    please post the URL where does this link appear so that I can check that further.
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Pre-Release)- Released for your Evaluation


  4. #4
    Junior Member
    Real Name
    Chris watson
    Join Date
    Oct 2006
    Posts
    15
    Try and open one of the thumbnails here-

    karism - My Setup at home - Satellite TV

    vbseo is turned on so the image will keep showing loading and it should popup like the demo at-

    New image pop-ups/transations for MINI2 gallery images and attachments. - MINI2

    But like i said if i turn vbseo off it works fine.

    Chris.

  5. #5
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,368
    When I click the link, the popup windows opens correctly, but it requires to be logged in to view an image.
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Pre-Release)- Released for your Evaluation


  6. #6
    Junior Member
    Real Name
    Chris watson
    Join Date
    Oct 2006
    Posts
    15
    Well thats very strange as the only way i can get the image to popup on this URL is to turn vbseo off. With vbseo active it always shows loading.

    So you can confirm that when you click on a thumbnail here it shows loading then the full size images opens ?

    Chris.

  7. #7
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,368
    When I open that page and click "DSC00931.JPG" link, the popup window opens with vBulletin's "permissions denied" message. Perhaps the error is only reproduced when user has permissions to view it?
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Pre-Release)- Released for your Evaluation


  8. #8
    Junior Member
    Real Name
    Chris watson
    Join Date
    Oct 2006
    Posts
    15
    Sorry yes you do need to be logged in. I will PM you details.

  9. #9
    vBSEO Staff Ace Shattock's Avatar
    Real Name
    Ace Shattock
    Join Date
    Jul 2005
    Location
    New Zealand
    Posts
    3,676
    New Zealand Boards <--- I have it working fine there.

    Installed just as per the instructions in the modification... vBSEO 3.0.0 Gold, vBulletin 3.6.6 (but, it did work fine on 3.6.5 as well).

    *edit* How odd. It didn't grab the page title.
    Ace Shattock / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Pre-Release)- Released for your Evaluation


    My Personal Sites: New Zealand Forum | vBulletin Modifications and Styles | vBulletin Hosting

  10. #10
    Junior Member Chuanse's Avatar
    Real Name
    John
    Join Date
    Jan 2006
    Location
    Belgium
    Posts
    16
    Is this thread going somewhere? I really would like to have that popup opening. A lot of vbseo using ppl are complaining it works when they turn off the seo system.

    thanks

  11. #11
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,368
    Hello,

    please add rel="novbseo" into the <a> tag in postbit_attachmentthumbnail template like:
    HTML Code:
    <a rel="novbseo" ...
    
    and enable VBSEO_ALLOW_REL_NOVBSEO option in config_vbseo.php file:
    PHP Code:
      define('VBSEO_ALLOW_REL_NOVBSEO',   1); 
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Pre-Release)- Released for your Evaluation


  12. #12
    Junior Member
    Real Name
    Ed
    Join Date
    Sep 2007
    Posts
    6
    I did add rel="novbseo" and i enabled the other but it is still not working here.
    Have to turn highslide off for now.

    Any other idea ?

    BTW i'm using highslide intergrated in PhotoPlog Pro.

  13. #13
    Junior Member
    Real Name
    Geoff
    Join Date
    Sep 2007
    Posts
    6
    Having the same problem .....

  14. #14
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,368
    Hello,

    can you provide us with admincp access and example URLs via support ticket for troubleshooting?
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Pre-Release)- Released for your Evaluation


  15. #15
    Junior Member
    Real Name
    Geoff
    Join Date
    Sep 2007
    Posts
    6
    I've PM'd you with details

    rotor

Similar Threads

  1. vBSEO 2.0 Gold, Build 2 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 21
    Last Post: 10-08-2005, 08:47 PM
  2. vBSEO 2.0 RC7 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 17
    Last Post: 09-09-2005, 12:00 AM