Search found 4 matches

by dbmdude
18 Apr 2005, 01:14
Forum: Customizations
Topic: Help with new TEST status
Replies: 10
Views: 15513

THANK YOU

VERY MUCH!!
by dbmdude
17 Apr 2005, 18:01
Forum: Customizations
Topic: Help with new TEST status
Replies: 10
Views: 15513

The two files (custom_constant_inc.php, custom_strings_inc.php) need to be created. You should already have a config_inc.php file where you named your database.

If you only care about one language (english), custom_strings_inc.php can be simplified to:
<?php
$s_status_enum_string =
'10:new,20 ...
by dbmdude
17 Apr 2005, 10:38
Forum: Customizations
Topic: Help with new TEST status
Replies: 10
Views: 15513

Re: Help with new TEST category

If someone has some simpler instructions on how to create a new category please pass it my way as I cannot make sense of that page.

I am even denser... I meant how to create a new STATUS. I want to create a "Ready for Test" status. I also would like it to reassign back to the originator after I ...
by dbmdude
16 Apr 2005, 18:24
Forum: Customizations
Topic: Help with new TEST status
Replies: 10
Views: 15513

Help with new TEST status

I went to the following website and followed instructions:
http://manual.mantisbt.org/manual.customizing.mantis.customizing.status.values.php

I am sorry but I think I am dense becasue I could not make sense of it. It never tells you if you are suppose to create those files (or loof for existing ...