hmm tracking down HTTPS mixed content. The URL's to the awards switch HTTPS by simply changing the sitename URL, but the images them selves still seem to be hardcoded to HTTP in the postbit.
Code:
<!-- show awards -->
<vb:if condition="$post[showuserawards]">
<div class="awards_postbit_style3 yaas_postbit">
<div class="awards_showcase_awarddisplay">{vb:raw post.userawards}</div>
</div>
</vb:if>
<!-- /show awards -->
Was expecting some hardcoded src=http:// type stuff here, but got anything ideas for postbit https goodness?