I'm in the vbcms_content_article_page template.
Going to the top of the code, this is what it has. Am I putting the Author avatar stuff in the wrong place?
Code:
{vb:raw css}
<div class="article_width" id="article_content">
<div class="title">
<h1 class="article_title cms_article_title"><span>{vb:raw title}</span>
<vb:if condition="$can_edit">
<a href="{vb:raw edit_url}" class="edit"><img class="editimage" src="{vb:stylevar imgdir_cms}/edit_small.png" alt="{vb:rawphrase edit}" /></a>
</vb:if>
</h1>
</div>
<div class="article_author_date_comment_container">
<vb:comment>
<img src="{vb:raw avatarurl}" alt="Author Avatar" />
<div>
<a href="{vb:link member, {vb:raw userid}}"><img src="{vb:raw vboptions.bburl}/image.php?{vb:raw session.sessionurl}u={vb:raw userid}&type=profile" alt="" class="post_avatar" /></a>
</div>
</vb:comment>