Search found 13 matches

by thegisguy
16 Apr 2009, 19:42
Forum: Customizations
Topic: Anonymously Report issues but not view anything
Replies: 2
Views: 3050

Re: Anonymously Report issues but not view anything

Charles,

It appears the way to do this is to create a new access level below viewer. Then grant that access level report permission. However when I change the default access levels Mantis blows up on me. I reported this issue to the development team a couple of months ago, but never got a work ...
by thegisguy
17 Feb 2009, 20:57
Forum: Customizations
Topic: Anonymously Report issues but not view anything
Replies: 2
Views: 3050

Anonymously Report issues but not view anything

Is it possible to set up a project to allow uses to report an issue, but not be able to view any issues including other anonymous issues ? I'm running 1.1.6 if that matters...
by thegisguy
12 Feb 2009, 19:06
Forum: Customizations
Topic: Removing or hiding of bug-tracking related fields
Replies: 2
Views: 3146

Re: Removing or hiding of bug-tracking related fields

I'm sure there is a better, more correct way to do it. However my low tech method was to edit the report page to remove those fields from the form. The the issue is report those fields get empty strings entered into the database. Works for me.
by thegisguy
25 Sep 2008, 15:04
Forum: Customizations
Topic: Want to remove fields... How?
Replies: 1
Views: 3168

Re: Want to remove fields... How?

I had the same question. I posted my solution on thing forum. Basically I just removed the fields from the html portion in the bug report page. They still are in the database. empty values just get up in those fields for those records.
by thegisguy
17 Sep 2008, 15:15
Forum: Customizations
Topic: Rmove fields from Advanced bug report page
Replies: 2
Views: 4181

Re: Rmove fields from Advanced bug report page

I post this in case anyone else is interested...

I was able to remove the un-needed fields by simply deleting them from the HTML table. This seems to work, and placed empty values in the deleted fields.
by thegisguy
17 Sep 2008, 15:13
Forum: Customizations
Topic: How do I set "Advanced Report" as the default view
Replies: 1
Views: 3099

Re: How do I set "Advanced Report" as the default view

Add the following line to your config_inc.php file:

$g_show_report = ADVANCED_ONLY;

Save the file and you should only get the advanced report page.
by thegisguy
15 Sep 2008, 15:32
Forum: Customizations
Topic: Change Resolution Options
Replies: 6
Views: 12868

Re: Change Resolution Options

Jamie,

I could be wrong and some one will hopefully correct me if I am incorrect. But I think you are adding values to the list you need to add the new values to the constant_inc.php file.
by thegisguy
15 Sep 2008, 15:29
Forum: Customizations
Topic: Rmove fields from Advanced bug report page
Replies: 2
Views: 4181

Rmove fields from Advanced bug report page

All:

How would I go about removing some of the default fields from the advanced bug report page (have turned off the basic report page)? For my purposes things like OS version, and Build number aren't needed. I installed the MyReport 0.3.0 plug in, and removed the fields I didn't want using that ...
by thegisguy
12 Sep 2008, 14:40
Forum: Customizations
Topic: Change Resolution Options
Replies: 6
Views: 12868

Re: Change Resolution Options

Thanks I changed the G to an S in "$g_resolution_enum_string" in the custom_strings_inc.php file. It's working fine now.

Thanks again.
by thegisguy
11 Sep 2008, 17:11
Forum: Customizations
Topic: Change Resolution Options
Replies: 6
Views: 12868

Change Resolution Options

I wanted to change the options in the Resolution drop down list on the change status page. I figured I would do it the same way I did for severity. Following the directions in the Unofficial way to customize Severity & Priority thread. However all that did was reduce the options without changing the ...
by thegisguy
11 Sep 2008, 13:41
Forum: Customizations
Topic: Unofficial way to customize Severity & Priority
Replies: 9
Views: 28203

Re: Unofficial way to customize Severity & Priority

If I add the Enum Strings to the Config_inc.php file, do I still need to have them in the Custom_String_inc.php file as well?

Thanks in advance
by thegisguy
10 Sep 2008, 13:15
Forum: Customizations
Topic: Unofficial way to customize Severity & Priority
Replies: 9
Views: 28203

Re: Unofficial way to customize Severity & Priority

Never mind... I figured it out. I needed to change the values in the config_defaults_inc.php file. Once I did that life was good.
by thegisguy
09 Sep 2008, 19:30
Forum: Customizations
Topic: Unofficial way to customize Severity & Priority
Replies: 9
Views: 28203

Re: Unofficial way to customize Severity & Priority

I followed your directions. The issues is I now see the constant values which were created for Severity & Priority. However I also get values of @@50@@, @@60@@, @@60@@ in the drop down list. Any idea why this would be?