Results 1 to 3 of 3

Conflict with [DBTech] Postbit Tabs v1.0.1

This is a discussion on Conflict with [DBTech] Postbit Tabs v1.0.1 within the Bug Reporting forums, part of the vBSEO SEO Plugin category; Greetings, Recently, we released [DBTech] Postbit Tabs v1.0.1 to our customers, but almost immediately found that vBSEO caused the product ...

  1. #1
    Junior Member
    Real Name
    Fillip Hannisdal
    Join Date
    Jun 2010
    Posts
    3
    Liked
    0 times

    Conflict with [DBTech] Postbit Tabs v1.0.1

    Greetings,

    Recently, we released [DBTech] Postbit Tabs v1.0.1 to our customers, but almost immediately found that vBSEO caused the product to no longer function as intended.

    The problem exists in this template:
    HTML Code:
    <img id="postbittabimage_{vb:var tab.tabid}_{vb:var post.postid}" name="postbittabimage" data-tabid="{vb:var tab.tabid}" data-image="{vb:var tab.image}" data-imageselected="{vb:var tab.image_selected}" src="<vb:if condition="$firsttab">{vb:var tab.image_selected}<vb:else />{vb:var tab.image}</vb:if>" alt="{vb:raw tab.title}" style="cursor:pointer; padding: 5px 11px;" />
    When vBSEO is enabled, instead of printing an image like what was intended, it prints the value of data-imageselected and then the rest of the parsed template as raw text.
    In other words, vBSEO for some reason cropped the start of the <img tag up to and including the bolded part.

    Intended Output
    HTML Code:
    <img id="postbittabimage_1_1" name="postbittabimage" data-tabid="1" data-image="dbtech/postbittabs/images/tab.png" data-imageselected="dbtech/postbittabs/images/tab_selected.png" src="dbtech/postbittabs/images/tab_selected.png" alt="Tab1" style="cursor:pointer; padding: 5px 11px;" />
    Actual Output
    HTML Code:
    dbtech/postbittabs/images/tab_selected.png" src="dbtech/postbittabs/images/tab_selected.png" alt="Tab1" style="cursor:pointer; padding: 5px 11px;" />
    http://www.personalitynation.com/dbtech/postbittabs/images/tab_selected.png" alt="Tab1" style="cursorointer; padding: 5px 11px;" />[/html]

    Screenshot of output with vBSEO enabled


    Please assist me in debugging and fixing this issue ASAP.

  2. #2
    Junior Member
    Real Name
    Fillip Hannisdal
    Join Date
    Jun 2010
    Posts
    3
    Liked
    0 times
    Update: After some trial and error, it seems that $vbulletin->options['bburl'] being appended to the image paths described in the above templates is the catalyst that causes vBSEO to break rendering.

    As we do not run vBSEO ourselves, I cannot say what options our customers were using in vBSEO that might cause this issue.

    In case you're wondering about the reason for using the complete Forum URL rather than just a relative URL; another DBTech product, vBOptimise, rewrites the bburl for images when its CDN feature is enabled.

  3. #3
    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 ask the customer that has reported the problem to open a ticket here on vbseo.com so that we can check this further?

Similar Threads

  1. navbar tabs
    By spengle in forum Template Modifications
    Replies: 4
    Last Post: 01-03-2011, 06:20 PM
  2. DOM/CSS tabs
    By Ziki in forum Off-Topic & Chit Chat
    Replies: 8
    Last Post: 09-27-2008, 06:01 PM
  3. vb3.7.0 Links to Profile Tabs
    By aibon in forum URL Rewrite Settings
    Replies: 0
    Last Post: 08-11-2008, 05:19 PM
  4. Social Bookmarking Tabs?
    By sixty6 in forum Troubleshooting
    Replies: 5
    Last Post: 12-02-2006, 02:38 PM
  5. postbit vs. postbit legacy
    By Mike in forum General Discussion
    Replies: 5
    Last Post: 07-27-2006, 11:01 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
  •