Search found 7 matches

by douglasw7
09 Jul 2010, 05:32
Forum: Help
Topic: Customize Custom Field String per Project
Replies: 0
Views: 2433

Customize Custom Field String per Project

I am trying to customize the string for a custom field on a per project basis. The custom field name is MyField, but I would like it to appear as ProjectField in all pages, reports, etc. for a specific project. By following the instructions from these posts/links:

http://www.mantisbt.org/forums ...
by douglasw7
04 Jan 2010, 19:53
Forum: Help
Topic: Problem with custom_strings_inc.php
Replies: 4
Views: 3795

Re: Problem with custom_strings_inc.php

Found the problem. It was indeed a permissions problem. It turns out that custom_functions_inc.php and custom_constants_inc.php were originally created directly on the server, which automatically set the permissions appropriately. As we have uploaded modified versions of those files, they were ...
by douglasw7
03 Jan 2010, 23:08
Forum: Help
Topic: Problem with custom_strings_inc.php
Replies: 4
Views: 3795

Re: Problem with custom_strings_inc.php

I made a copy of custom_functions_inc.php and named it custom_strings_inc.php and tried it. I got exactly the same error message as before.
by douglasw7
01 Jan 2010, 07:36
Forum: Help
Topic: Problem with custom_strings_inc.php
Replies: 4
Views: 3795

Problem with custom_strings_inc.php

I have been trying to implement a couple of custom statuses. I have most of it working, but I need to specify the bug_title and bug_button strings in custom_strings_inc.php. However, whenever I place a file (even a file with nothing but comment statements) into the main mantis directory, then I get ...
by douglasw7
29 Dec 2009, 22:00
Forum: Help
Topic: Reset Configuration Option to Default
Replies: 3
Views: 3230

Re: Reset Configuration Option to Default

Thanks--I didn't notice that I had a scroll bar on the bottom of the screen, so I wasn't seeing the delete button at the end of the row. Feeling a bit sheepish...
by douglasw7
29 Dec 2009, 18:29
Forum: Help
Topic: Reset Configuration Option to Default
Replies: 3
Views: 3230

Reset Configuration Option to Default

In Manage>Manage Configuration>Configuration Report, I have set a couple of configuration options for view_issues_page_columns. I would like to clear these configuration options and go back to the defaults. How do I do this?
by douglasw7
03 Dec 2009, 23:32
Forum: Help
Topic: Different values for custom fields in mutliple projects?
Replies: 3
Views: 6551

Re: Different values for custom fields in mutliple projects?

I know this is an old thread, but I didn't find a clear answer to this question anywhere else in the forums. I had exactly the same issue, and I am a newbie to both Mantis and php. In my case, we are working on educational products and need a custom field called Grade Levels. We need different grade ...