Search found 98 matches
- 11 Jul 2019, 10:19
- Forum: General Discussion
- Topic: Reminder Plugin for mantis 2.X
- Replies: 15
- Views: 7363
Re: Reminder Plugin for mantis 2.X
2.13 https://www.mantisbt.org/bugs/view.php?id=24602 no matter 2.06 or 2.13 when click "download due issues" got the error APPLICATION ERROR #401 Database query failed. Error received from database was #1054: Unknown column 'Array' in 'where clause' for the query: select mantis_bug_table.i...
- 07 Jul 2019, 02:38
- Forum: Customizations
- Topic: Q: hide default field for some project
- Replies: 2
- Views: 4090
Q: hide default field for some project
config_inc.php is for global setting, however,
The "Issue Details" are not all the same for all projects, any method to hide the default field for certain project?
The "Issue Details" are not all the same for all projects, any method to hide the default field for certain project?
- 30 Jun 2019, 06:05
- Forum: Customizations
- Topic: Q: Severity filed off or change the item?
- Replies: 4
- Views: 4352
Re: Q: Severity filed off or change the item?
Thanks! Finally, understand the way to change... 1. create custom_strings_inc.php file under config folder, and add <?php $s_severity_enum_string = '10:Not Effected,30:Very Low,50:Low,70:High,90:Very High,'; 2. create custom_constants_inc.php file under config folder, and add <?php define( 'Not Effe...
- 12 Jun 2019, 15:13
- Forum: Customizations
- Topic: Q: Severity filed off or change the item?
- Replies: 4
- Views: 4352
Re: Q: Severity filed off or change the item?
anyone could help? please!
- 06 Jun 2019, 05:00
- Forum: General Plugin Discussion
- Topic: Q: BBcodePlus installed error message
- Replies: 2
- Views: 3152
Re: Q: BBcodePlus installed error message
Thank you for fixed it!atrol wrote: ↑05 Jun 2019, 21:50I provided a fix for that and asked the author of the plugin to test the fix.
https://github.com/mantisbt-plugins/BBCodePlus/pull/65
- 05 Jun 2019, 08:38
- Forum: Help
- Topic: Req: add note with custom field feature
- Replies: 1
- Views: 1173
Req: add note with custom field feature
when create a new issue and then the manager want the assigned person to follow the procedure/form to action
beside the add note, if it possible to add custom field when reply the issue?
beside the add note, if it possible to add custom field when reply the issue?
- 05 Jun 2019, 05:28
- Forum: Customizations
- Topic: Q: Severity filed off or change the item?
- Replies: 4
- Views: 4352
Q: Severity filed off or change the item?
Want to disable the severity filed or replace the option items
from
to
anyway to achieve that?
from
Code: Select all
FEATURE,
TRIVIAL,
TEXT,
TWEAK,
MINOR,
MAJOR,
CRASH,
BLOCK
Code: Select all
Not effected,
Very Low,
Low,
High,
Very High
- 05 Jun 2019, 05:02
- Forum: General Plugin Discussion
- Topic: Q: BBcodePlus installed error message
- Replies: 2
- Views: 3152
Q: BBcodePlus installed error message
SYSTEM NOTICE: 'Undefined variable: output' in 'C:\xampp\htdocs\mantis\plugins\BBCodePlus\BBCodePlus.php' line 96
mantisbt-2.21.0
BBcodePlus 2.1.3
Don't know how to fix it?
Code: Select all
return $output;
BBcodePlus 2.1.3
Don't know how to fix it?