PDA

View Full Version : Attachment in new browser


NuclioN
08-19-2004, 08:12 PM
I've looked for it but didn't find such a hack so here's a question/request. Is it possible to open attachments in a new browser window? I've noticed in vb 303 that when users use the back button in explorer after looking at an attachment they are looking at a page full strange code.

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