Post a copy of your postbit attachment template here- they are small... Put it inside [CODE] bbcode so it's easy to read.
Or, here is the default code for
postbit_attachment:
Code:
<li>
<img class="inlineimg" src="{vb:stylevar imgdir_attach}/{vb:raw attachment.attachmentextension}.gif" alt="{vb:rawphrase file_type_x, {vb:raw attachment.attachmentextension}}" />
<a href="attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&d={vb:raw attachment.dateline}"<vb:if condition="$show['newwindow']"> target="_blank"</vb:if>>{vb:raw attachment.filename}</a>
({vb:raw attachment.filesize}<vb:if condition="$show['views']">, {vb:rawphrase x_views, {vb:raw attachment.counter}}</vb:if>)
</li>
The code in red controls the showing of views... I don't see anywhere to disable the showing of views and it is always enabled by default. But it is in a condition so I don't know.