Search found 1513 matches

by cas
27 Nov 2023, 11:57
Forum: General Discussion
Topic: Complex wiki integration
Replies: 3
Views: 167

Re: Complex wiki integration

True, just the integration is out of the box, by default set of OFF. A lot of users do not really need the Wiki integration. For what purpose are you using it?
by cas
27 Nov 2023, 07:22
Forum: General Discussion
Topic: Complex wiki integration
Replies: 3
Views: 167

Re: Complex wiki integration

What is the issue here?
On page 58 the required settings are explained for the integration.
First install Mantis and the Wiki, next enable the settings
by cas
25 Nov 2023, 14:18
Forum: General Discussion
Topic: Custom filefield
Replies: 3
Views: 172

Re: Custom filefield

The attachment is missing but what you requerst is not available, not out of the box and afaik also not as a plugin.
There is the standard mechanism of ading attachments..
For now is best to do this in a procedural way. Meaning that if those files are not attached, the issue will not be handled.
by cas
25 Nov 2023, 09:21
Forum: General Discussion
Topic: Custom filefield
Replies: 3
Views: 172

Re: Custom filefield

You are still a bit cryptic. Perhaps good to give a sample of what you mean.
by cas
23 Nov 2023, 15:52
Forum: General Plugin Discussion
Topic: FAQ plugin for Mantis 2.x
Replies: 0
Views: 300

FAQ plugin for Mantis 2.x

This plugin enables a FAQ option on the main menu. The FAQ can be searched in a number of ways. Each FAQ can be connected site wide or to a specific project. In addition a link can be added to the “bug view pages” such that an issue can be promoted to a FAQ. Rights can be set who is allowed to do th...
by cas
23 Nov 2023, 09:12
Forum: General Plugin Discussion
Topic: Additional input field for user
Replies: 8
Views: 453

Re: Additional input field for user

No, it is user related (not project). Suggest you install it and see for yourself or check out the word document
by cas
23 Nov 2023, 09:06
Forum: General Plugin Discussion
Topic: Additional input field for user
Replies: 8
Views: 453

Re: Additional input field for user

Mamunch, did you read the documentation provided in docs/install.txt?
it is all described there.
by cas
23 Nov 2023, 08:12
Forum: General Plugin Discussion
Topic: Additional input field for user
Replies: 8
Views: 453

Re: Additional input field for user

that is possible using the plugin :mrgreen:
by cas
22 Nov 2023, 15:32
Forum: General Plugin Discussion
Topic: Additional input field for user
Replies: 8
Views: 453

Re: Additional input field for user

Not sure what kind of data you are lookin at but have alook at trhis plugin:
https://github.com/mantisbt-plugins/Userdata
by cas
16 Nov 2023, 09:13
Forum: General Discussion
Topic: How to modify manage_user_page.php
Replies: 3
Views: 484

Re: How to modify manage_user_page.php

I assume you have that field in another database/table. just do not alter mantis tables.
But also your change is only possible by adjusting core scripts one way or another.
by cas
15 Nov 2023, 21:28
Forum: General Discussion
Topic: How to modify manage_user_page.php
Replies: 3
Views: 484

Re: How to modify manage_user_page.php

Not that i am aware off but what exactly do you need? Perhaps there is another solution
by cas
15 Nov 2023, 09:05
Forum: Customizations
Topic: Freelance Mantis BT Developers?
Replies: 9
Views: 9125

Re: Freelance Mantis BT Developers?

Hi Michael, i send you my proposal on November 9th to the second email address (michaeldanwow) . I got no error messages so assumed it was delivered. On that message I also got no reply. If not, all i can think of is to setup a Team's session to discuss the steps forward. In case you have a better i...
by cas
14 Nov 2023, 14:27
Forum: Customizations
Topic: Time tracking access
Replies: 2
Views: 385

Re: Time tracking access

Seems logical, in general you say he /she has the REPORTER role where the threshold has been set to DEVELOPER or higher. So no access.
Within the other 2 projects this person has higher rights hence he can see the option.
by cas
11 Nov 2023, 10:16
Forum: General Discussion
Topic: EVENT_BUG_ACTION plugin
Replies: 1
Views: 437

Re: EVENT_BUG_ACTION plugin

when this event is triggered it will execute the code but the standard code also continues. This may lead to unexpected results in your case.