Search found 21 matches

by qatester
16 Mar 2010, 02:02
Forum: Help
Topic: Is it possible to customize the email body?
Replies: 8
Views: 4799

Re: Is it possible to customize the email body?

I would like to know hot to customize the email subject and body too? I'd like to remove some of the fields (i.e. reproducibility, target version, etc.) that I don't use in the bug report.
by qatester
16 Mar 2010, 01:57
Forum: Customizations
Topic: Move the custom field to display above the Summary field
Replies: 3
Views: 4148

Re: Move the custom field to display above the Summary field

http://www.mantisbt.org/bugs/view.php?id=11385 if you want my code for displaying the custom fields horizontally just let me know. I didn't add it to the bug report as i thought it might complicate matters. Thanks for the link. If you don't mind sharing your code for displaying the custom fields ho...
by qatester
09 Mar 2010, 18:47
Forum: Help
Topic: Include custom field in View Issues page
Replies: 5
Views: 5137

Re: Include custom field in View Issues page

Seems that you didn't read the whole thread. I showed a way how this can be done with configuration in database http://www.atrol.de/mantisbt/Customview.wmv I did exactly as you shown in the video but it didn't work either. Here is what I entered in Set Configuration Option: Username: All users Proj...
by qatester
09 Mar 2010, 08:18
Forum: Help
Topic: Include custom field in View Issues page
Replies: 5
Views: 5137

Re: Include custom field in View Issues page

http://www.mantisbt.org/forums/viewtopic.php?f=4&t=8621 Thanks for the link. I followed the instruction but it didn't work for me. I added a custom field called "In/Out of Scope" and I added this line in config_in.php $g_view_issues_page_columns = array( 'id', 'status', 'summary', 'cu...
by qatester
08 Mar 2010, 07:56
Forum: Help
Topic: "Your session has become invalidated" error.
Replies: 0
Views: 2708

"Your session has become invalidated" error.

I login as administrator but I keep getting an error "APPLICATION WARNING #2702: Your session has become invalidated." when I click on Manage. I was able to access Manage before, and it suddenly thrown that error message. Any idea what's causing this error and how can I fix it?
by qatester
08 Mar 2010, 07:52
Forum: Help
Topic: Include custom field in View Issues page
Replies: 5
Views: 5137

Include custom field in View Issues page

I want to include one of the custom field on the view all bugs pages, is it possible? I know I need to edit the view_issues_page_columns enumeration string but where do I find the variable to include in the array?
by qatester
08 Mar 2010, 02:19
Forum: Customizations
Topic: Remove By Severity on Sumary page
Replies: 1
Views: 2360

Remove By Severity on Sumary page

I removed the Severity and Resolution fields on the bug report pages so there is no reason to display them on the summary_page.php page. How do I remove By Severity and By By Resolution categories from the summary_page.php page?
by qatester
08 Mar 2010, 01:50
Forum: Customizations
Topic: Move the custom field to display above the Summary field
Replies: 3
Views: 4148

Move the custom field to display above the Summary field

Has anyone tried to move custom fields to display above the Summary field on the bug report and update pages? Is there any plug in out there that let you customize the look and feel of the bug report and update pages?
by qatester
08 Mar 2010, 01:46
Forum: Help
Topic: How to rename a field label?
Replies: 0
Views: 1888

How to rename a field label?

I renamed OS to Browser by editing this line in the strings_english.txt: $s_operating_system = 'Browser'; On the Manage Profile Configurations page, it displays Browser. But on the bug report and bug update pages, it still display OS. Is there any other file that I need to update as well? Also, how ...
by qatester
07 Mar 2010, 23:57
Forum: Customizations
Topic: Remove Relationships field from view/update bug pages
Replies: 7
Views: 21944

Remove Relationships field from view/update bug pages

I want to remove the Relationships field from the View and Update bug pages. I tried to find the enumeration that responsible for turning on/off the Relationships field in config_defaults_inc.php but I couldn't find it. Does anyone know how to hide the Relationships field?
by qatester
06 Mar 2010, 18:31
Forum: Customizations
Topic: How to remove Recently Visited from all bug report pages?
Replies: 2
Views: 3001

How to remove Recently Visited from all bug report pages?

Does anyone know how to remove "Recently Visited: bug1, bug2, etc" that display right below the menu bar on every bug report and bug edit pages? It takes up room on the page and I don't need it.
by qatester
06 Mar 2010, 00:42
Forum: Help
Topic: How to show Priority text on View Issues report
Replies: 4
Views: 3389

Re: How to show Priority text on View Issues report

I looked into config_inc.php but I couldn't find the $g_show_priority_text so I tried the following and it works. 1. Go to Manager --> Manage Configurations 2. Scroll to the bottom of the page where Set Configuration Option is and enter: Configuration Option: show_priority_text Value: 1 (I tried ON ...
by qatester
05 Mar 2010, 23:48
Forum: Customizations
Topic: How to customize bug report and view issue report pages?
Replies: 7
Views: 17874

Re: How to customize bug report and view issue report pages?

which verions of MantisBt do you use? I'm using Mantis 1.2.0 running on Linux. I want to remove and rename these fields on bug_report_page.php, bug_update_page.php, and view.php pages. Remove: Reproducibility, Target Version, and Steps To Reproduce Rename: Platform --> Browser, OS Version --> Flash...
by qatester
05 Mar 2010, 23:25
Forum: Customizations
Topic: How to reset My View page to default value?
Replies: 2
Views: 3598

Re: How to reset My View page to default value?

Do you want this setting global or different per user and project? To get the original settings, just click the delete button at the end of the line where your setting is listed Thanks, I want it to be per user and project. If you can share the scripts and specific instructions how to do it that wo...