I have a weird issue, when I use this style no attachments show up in posts. For some reason inside the postbit templates the attachments are being parsed through
Code:
{vb:raw post.message}
and the img tag is somehow being converted to an anchor, which is already wrapped around an anchor.
HTML Code:
<a href="attachment link"...><a href="attachment thumbnail"... /></a>
I can't figure out why because everything shows up normally when I switch to the default style.
The attachment templates themselves are being completely ignored in this style and for some reason the attachments are being parsed inside the post content.
EDIT: I've discovered it only seems to affect attachments posted as INLINE attachments.
EDIT: I've found it. There's custom replacement variables that are converting inline images to anchors.