Search found 2 matches

by alex-od
18 May 2021, 12:21
Forum: General Discussion
Topic: opening attachments in a new window
Replies: 17
Views: 43098

Re: opening attachments in a new window

Hi,

I'm not sure but it it looks like the problem is not with the code but with browser settings. For example for me PDF domcuments are opening perfectly in Google Chrome by default but for example DOC files are downloading because there is no way to open them in the browser.

Could you please ...
by alex-od
04 Mar 2021, 14:36
Forum: General Discussion
Topic: opening attachments in a new window
Replies: 17
Views: 43098

Re: opening attachments in a new window

Hi,

If I understand the request correctly then it can be implemented in a couple strings of code:

Please find the core/print_api.php in the mantis directory.

Then please find function print_bug_attachment_header( array $p_attachment, $p_security_token ) {

In this function it's possible to add ...