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:
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.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;" />
In other words, vBSEO for some reason cropped the start of the <img tag up to and including the bolded part.
Intended Output
Actual OutputHTML 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;" />
http://www.personalitynation.com/dbtech/postbittabs/images/tab_selected.png" alt="Tab1" style="cursorHTML Code:dbtech/postbittabs/images/tab_selected.png" src="dbtech/postbittabs/images/tab_selected.png" alt="Tab1" style="cursor:pointer; padding: 5px 11px;" />ointer; padding: 5px 11px;" />[/html]
Screenshot of output with vBSEO enabled
Please assist me in debugging and fixing this issue ASAP.


LinkBack URL
About LinkBacks
ointer; padding: 5px 11px;" />[/html]






Reply With Quote