Search found 1622 matches

by cas
21 Aug 2019, 08:42
Forum: Help
Topic: MantisBT Upgrade Question
Replies: 4
Views: 3951

Re: MantisBT Upgrade Question

If you follow the readme, instructions seem very clear to me :mrgreen: UPGRADING --------- * Backup your existing installation and database -- really! * Extract the tarball into a clean directory; do not extract into an existing installation, as some files have been moved or deleted between releases...
by cas
20 Aug 2019, 10:24
Forum: Deutsch
Topic: Implementierung in vorhandene Website
Replies: 3
Views: 5603

Re: Implementierung in vorhandene Website

das geht schon mit ein iFrame, sehe:
https://mantisbt.org/bugs/view.php?id=12165
by cas
19 Aug 2019, 12:16
Forum: General Discussion
Topic: Need navigation bar/menu/links
Replies: 4
Views: 4280

Re: Need navigation bar/menu/links

This is really simple, here we go. Open up layout_api.php (in the core directory) Go to line 557 (this is with version 2.21) You should be within the function called: function layout_navbar_button_bar() just before this line : if( $t_show_report_bug_button ) { insert the following code: echo '<a cla...
by cas
18 Aug 2019, 09:08
Forum: General Discussion
Topic: Need navigation bar/menu/links
Replies: 4
Views: 4280

Re: Need navigation bar/menu/links

this is managed within core/layout_api.php. The buttons are controlled with function layout_navbar_button_bar().
For as far as I know, there is no function to add links there so you would need to adjust that function to show more options.
by cas
16 Aug 2019, 12:07
Forum: Customizations
Topic: Custom fields need to show in Summary page
Replies: 12
Views: 27481

Re: Custom fields need to show in Summary page

if you use this add-on, please adjust one line within the function to ensure it works correctly: $b_query .= " " . "AND s.value LIKE \"%|" . $possible_value . "|%\""; should read: $b_query .= " " . "AND s.value LIKE \"%" . $possible_va...
by cas
16 Aug 2019, 11:07
Forum: General Discussion
Topic: Need a help
Replies: 4
Views: 5233

Re: Need a help

This is not possible out of the box. :oops:
by cas
16 Aug 2019, 11:06
Forum: Help
Topic: Changing path names
Replies: 2
Views: 2119

Re: Changing path names

This does not seem possible at this moment in time, see here:
https://mantisbt.org/bugs/view.php?id=21584
by cas
15 Aug 2019, 09:36
Forum: General Plugin Discussion
Topic: how to vote or add like or poll to each bug ?
Replies: 3
Views: 6589

Re: how to vote or add like or poll to each bug ?

Yep, I am aware of this. You reported this earlier. :mrgreen:
I already am in contact with Damien and he forked this plugin and applied some fixes for this.
You can find his fork here:
https://github.com/dregad/GaugeSupport/tree/fix-form
by cas
15 Aug 2019, 09:26
Forum: General Plugin Discussion
Topic: is there a plugin to sync with lat/long map view?
Replies: 4
Views: 7213

Re: is there a plugin to sync with lat/long map view?

This is a typical example where a plugin is needed. I am not aware of an existing one.
A nice challenge.
by cas
15 Aug 2019, 06:10
Forum: General Plugin Discussion
Topic: how to vote or add like or poll to each bug ?
Replies: 3
Views: 6589

Re: how to vote or add like or poll to each bug ?

Yep, theer is a plugin for that called "GaugeSupport".
See here https://github.com/mantisbt-plugins/GaugeSupport
by cas
14 Aug 2019, 12:50
Forum: Help
Topic: Automatically add a user to a project
Replies: 1
Views: 1641

Re: Automatically add a user to a project

This is not available out of the box. So requires a plugin ofr, for the very brave ones, chnaging code :mrgreen:
by cas
13 Aug 2019, 17:49
Forum: Help
Topic: Mail Forward by Cas
Replies: 1
Views: 1881

Re: Mail Forward by Cas

Not that I am aware of but it is a good excercise to learn PHP :mrgreen:
I can provide you with a function to retrieve a custom field value :wink:
by cas
13 Aug 2019, 17:37
Forum: Help
Topic: MantisBT to be conform to FDA's "Part 11"?
Replies: 27
Views: 15148

Re: MantisBT to be conform to FDA's "Part 11"?

third time should be ok :roll:
Now with the correct check1.php