Search found 24 matches
- 27 May 2021, 13:37
- Forum: General Discussion
- Topic: opening attachments in a new window
- Replies: 17
- Views: 43101
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 documents 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 ...
- 18 May 2021, 10:43
- Forum: General Discussion
- Topic: opening attachments in a new window
- Replies: 17
- Views: 43101
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 ...
- 15 May 2021, 14:01
- Forum: Help
- Topic: List markers do not appear in project dropdown menu
- Replies: 5
- Views: 3931
Re: List markers do not appear in project dropdown menu
Works a charm. Thanks!
- 14 May 2021, 09:06
- Forum: Help
- Topic: List markers do not appear in project dropdown menu
- Replies: 5
- Views: 3931
Re: List markers do not appear in project dropdown menu
Exactly. Is there a way to also reproduce them in the dropdown menu? They really help out a lot.atrol wrote: 13 May 2021, 11:21 Spacing is what is implemented, so why do you expect something other than that?
What do you mean with "list markers, something like ">>"?
- 12 May 2021, 12:37
- Forum: Help
- Topic: List markers do not appear in project dropdown menu
- Replies: 5
- Views: 3931
Re: List markers do not appear in project dropdown menu
I am running Mantis 2.25.0
- 12 May 2021, 08:19
- Forum: Help
- Topic: List markers do not appear in project dropdown menu
- Replies: 5
- Views: 3931
List markers do not appear in project dropdown menu
In the project dropdown menu, the list markers for projects and subprojects do not appear, all that appears is spacing.
Please see screenshot attached.
I've tried with Chrome, Firefox and Brave browsers so it most likely isn't a browser issue.
Any help is much appreciated.
Kind regards.
Please see screenshot attached.
I've tried with Chrome, Firefox and Brave browsers so it most likely isn't a browser issue.
Any help is much appreciated.
Kind regards.
- 06 May 2021, 14:07
- Forum: General Discussion
- Topic: Open dropdown menu on hover rather than on mouse click
- Replies: 0
- Views: 23883
Open dropdown menu on hover rather than on mouse click
Hello.
I am trying to make my dropdown menus open when I hover on the toggle. I believe it reduces the clicks a user needs to make to operate the software and thus much less effort to use.
I've tried playing around with "dropdown_projects_menu" ," dropdown-menu dropdown-menu-right" and "dropdown ...
I am trying to make my dropdown menus open when I hover on the toggle. I believe it reduces the clicks a user needs to make to operate the software and thus much less effort to use.
I've tried playing around with "dropdown_projects_menu" ," dropdown-menu dropdown-menu-right" and "dropdown ...
- 09 Apr 2021, 10:03
- Forum: Customizations
- Topic: Change timeline notifications to show by day
- Replies: 2
- Views: 5479
Re: Change timeline notifications to show by day
Is it possible through Mantis BT configuration or do I need to write a plugin?
Thanks.
Thanks.
- 06 Apr 2021, 21:04
- Forum: Customizations
- Topic: Change timeline notifications to show by day
- Replies: 2
- Views: 5479
Change timeline notifications to show by day
Is it possible to show timeline notifications by day instead of by week?
With weekly notifications it is really time consuming to track what is happening daily, especially during a busy week.
Any pointers please?
Kind regards.
With weekly notifications it is really time consuming to track what is happening daily, especially during a busy week.
Any pointers please?
Kind regards.
- 01 Apr 2021, 15:19
- Forum: Customizations
- Topic: Add drop down sub menu in navigation menu
- Replies: 1
- Views: 4405
Add drop down sub menu in navigation menu
I would like to add a menu item which has a dropdown sub-menu in the navigation sidebar.
I have tried to look for a solution that I can understand as a novice programmer but I can't find any.
Please assist.
Thanks.
I have tried to look for a solution that I can understand as a novice programmer but I can't find any.
Please assist.
Thanks.
- 01 Apr 2021, 15:14
- Forum: EmailReporting
- Topic: Hide menu from User profiles
- Replies: 1
- Views: 14477
Hide menu from User profiles
I would like to hide the "Manage Email Submissions" menu from appearing on profiles below administrator i.e manager, developer etc.
This is because the menu shows up in their navigation, and when they try to access it shows "Access denied" which is good.
Now I would like them to not see it at all ...
This is because the menu shows up in their navigation, and when they try to access it shows "Access denied" which is good.
Now I would like them to not see it at all ...
- 03 Mar 2021, 08:31
- Forum: General Plugin Discussion
- Topic: Plugin to transform tickets into faqs
- Replies: 5
- Views: 26076
Re: Plugin to transform tickets into faqs
Yes pleasecas wrote: 25 Nov 2019, 11:26 It worked perfect with version 1 of Mantis.
In case there is enough interest, I could provide an upgrade to version 2.![]()
- 01 Mar 2021, 08:37
- Forum: General Plugin Discussion
- Topic: Calendar Plugin shows Error when trying to go back to events for previous weeks
- Replies: 7
- Views: 36301
Re: Calendar Plugin shows Error when trying to go back to events for previous weeks
Apologies for the late reply.
Yes, I am running it on localhost.
Any modifications I need to do?
Kind regards.
Yes, I am running it on localhost.
Any modifications I need to do?
Kind regards.
- 25 Feb 2021, 01:57
- Forum: General Plugin Discussion
- Topic: Calendar Plugin shows Error when trying to go back to events for previous weeks
- Replies: 7
- Views: 36301
Re: Calendar Plugin shows Error when trying to go back to events for previous weeks
I do not get the error but that is because of my error settings. I do see your issue.
If I select Back for the third time, i have no dates anymore due to the problem in the script.
The problem arises if going back in time, you end up in the previous year so the issue only arises in January for ...
- 21 Feb 2021, 06:43
- Forum: General Discussion
- Topic: Add Relationships field when reporting an issue
- Replies: 6
- Views: 7567
Re: Add Relationships field when reporting an issue
the plugin needs to kick in after the bug/issue has been created, so use the following event:
EVENT_REPORT_BUG
In the plugin screen itself you need to get the related issue (including type of relationship).
You may be able to use the existing screen with some tweaks
Noted. Thanks for the ...