The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Attachment in new browser
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.
|
#2
|
||||
|
||||
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]"> Code:
<a href="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]" [high]target="_blank"[/high]> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|