Results 1 to 9 of 9

Bug Report RC6 - Image sizes not properly inserted

This is a discussion on Bug Report RC6 - Image sizes not properly inserted within the Bug Reporting forums, part of the vBSEO SEO Plugin category; Using the get_image_sizes.php I found on the forums here to generate my image list. If I take one of the ...

  1. #1
    Junior Member
    Real Name
    Tom A
    Join Date
    Aug 2006
    Posts
    14
    Liked
    0 times

    Bug Report RC6 - Image sizes not properly inserted

    Using the get_image_sizes.php I found on the forums here to generate my image list.

    If I take one of the lines and list it as a replacement, it doesn't work:
    Code:
    'images/greenfox/misc/logo.gif' => '320x90'
    However, if I change it to this following it functions properly:
    Code:
    'greenfox/misc/logo.gif' => '320x90'
    The original HTML that should be altered is:
    Code:
     
    <img src="/images/greenfox/misc/logo.gif" border="0" alt="Revenue Source" />
    I remedied my situation by doing a find/replace on the path... but I do believe it to be a bug.

  2. #2
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    How about if you change it to

    Code:
    '/images/greenfox/misc/logo.gif' => '320x90'
    Does it work then?

  3. #3
    Junior Member
    Real Name
    Tom A
    Join Date
    Aug 2006
    Posts
    14
    Liked
    0 times
    Negative... here's the HTML in the page:

    Code:
     
    <img src="/images/greenfox/misc/logo.gif" border="0" alt="Revenue Source" />
    And here is the line in my replacements:
    Code:
     
    '/images/greenfox/misc/logo.gif' => '320x90'

    However, if I change it to:
    Code:
     
    'greenfox/misc/logo.gif' => '320x90'
    It gives me the proper output:
    Code:
     
    <img width="320" height="90" src="/images/greenfox/misc/logo.gif" border="0" alt="Revenue Source" />

  4. #4
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    Strange. I wasn't aware anything had changed with the image size replacements. It may be that I need to modify the utlitiy I wrote to leave off the images/ part. Oleg can confirm.

  5. #5
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Thank you for reporting!
    /* NOTE: This issue has been resolved. The fix will be distributed with the next vBSEO build. */
    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
    Tom A
    Join Date
    Aug 2006
    Posts
    14
    Liked
    0 times
    So... about that shirt...

  7. #7
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    Other bugs were already found, sorry.

  8. #8
    Junior Member
    Real Name
    Tom A
    Join Date
    Aug 2006
    Posts
    14
    Liked
    0 times
    Previous to this one? I don't really want a shirt, but was curious who in fact did win...

  9. #9
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    Not sure, I just meant previous to this one.

Similar Threads

  1. Bug in vbSEO RC6
    By smartsemantics in forum Bug Reporting
    Replies: 2
    Last Post: 10-24-2006, 02:21 PM
  2. Image sizes after VBSEO installation.
    By friendly in forum Troubleshooting
    Replies: 3
    Last Post: 10-21-2006, 06:16 PM

Posting Permissions

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