Sure can....
In postbit_legacy search for
Code:
<div class="windowbg">$post[message]
Replace with
Code:
<div class="windowbg">$post[message]<br />
<!-- attachments -->
<if condition="$show['attachments']">
<div><span>Attached: </span>
<if condition="$show['thumbnailattachment']">
<span>$post[thumbnailattachments]</span>
</if>
<if condition="$show['imageattachment']">
<span>$post[imageattachments]</span>
</if>
<if condition="$show['imageattachmentlink']">
<span>$post[imageattachmentlinks]</span>
</if>
<if condition="$show['otherattachment']">
<span>$post[otherattachments]</span>
</if>
<if condition="$show['moderatedattachment']">
<span>$post[moderatedattachments]</span>
</if>
</div>
<!-- / attachments -->
</if>
Copy entire contents of postbit_legacy and overwrite postbit template with it
Replace the following templates with the contents of the code box below thier names
postbit_attachment
Code:
<a href="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&d=$attachment[dateline]"<if condition="$show['newwindow']"> target="_blank"</if>>$attachment[filename]</a>
postbit_attachmentimage
Code:
<a href="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&d=$attachment[dateline]" target="_blank">$attachment[filename]</a>
postbit_attachmentmoderated
Code:
<if condition="$show['modattachmentlink']">
<a href="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&d=$attachment[dateline]"<if condition="$show['newwindow']"> target="_blank"</if>>$attachment[filename]</a> ($attachment[filesize])<else />$attachment[filename]
</if>
postbit_attachmentthumbnail
Code:
<a href="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&d=$attachment[dateline]" target="_blank">$attachment[filename]</a>
Click "Mark as Installed"...
One of these days I will get around to rolling all these small enhancements up into a new version - really....