Edit the following templates:
- postbit_attachment
- postbit_attachmentmoderated
- postbit_attachmentthumbnail
And add [high]target="_blank"[/high] to the attachment links. For example, in the first template you would change this:
Code:
<a href="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]">
Into this:
Code:
<a href="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]" [high]target="_blank"[/high]>