Page 1 of 1

Help on customizing fields, please!!!

Posted: 28 Sep 2012, 18:05
by igor.pereira
Hello people!

I've been trying for quite some time editing and customizing fileds on Mantis. I've managed to change the texts on some buttons and titles, but others are still intact because I couldn't find the correct file to "play" with. Should it really be custom_strings_inc?

Another thing: How can I change the order on non-custom fields? I know I can put a sequence on the custom ones, but is there a way to work with the system ones as well? For example, put a system field especifically between two custom fields.

And lastly, I'm having some trouble with email notifications. Can anyone help me with that?

Thanks in advance!

Re: Help on customizing fields, please!!!

Posted: 28 Sep 2012, 22:45
by atrol
igor.pereira wrote: I've managed to change the texts on some buttons and titles, but others are still intact
Can you give an example?
igor.pereira wrote: Another thing: How can I change the order on non-custom fields? I know I can put a sequence on the custom ones, but is there a way to work with the system ones as well? For example, put a system field especifically between two custom fields
You would have to change the source code to get it.
igor.pereira wrote:And lastly, I'm having some trouble with email notifications. Can anyone help me with that?
http://www.mantisbt.org/forums/viewtopi ... =3&t=15398.

Re: Help on customizing fields, please!!!

Posted: 01 Oct 2012, 17:32
by igor.pereira
atrol wrote:
igor.pereira wrote: I've managed to change the texts on some buttons and titles, but others are still intact
Can you give an example?
I resolved this. Had to add some fields on the file custom_strings_inc.php.
atrol wrote:
igor.pereira wrote: Another thing: How can I change the order on non-custom fields? I know I can put a sequence on the custom ones, but is there a way to work with the system ones as well? For example, put a system field especifically between two custom fields
You would have to change the source code to get it.
Do you know which file?
atrol wrote:
igor.pereira wrote:And lastly, I'm having some trouble with email notifications. Can anyone help me with that?
http://www.mantisbt.org/forums/viewtopi ... =3&t=15398.
Thanks!

Re: Help on customizing fields, please!!!

Posted: 01 Oct 2012, 19:27
by atrol
igor.pereira wrote: Another thing: How can I change the order on non-custom fields? I know I can put a sequence on the custom ones, but is there a way to work with the system ones as well? For example, put a system field especifically between two custom fields
Do you know which file?
bug_report_page.php and bug_view_inc.php

Re: Help on customizing fields, please!!!

Posted: 01 Oct 2012, 19:33
by igor.pereira
atrol wrote:
igor.pereira wrote: Another thing: How can I change the order on non-custom fields? I know I can put a sequence on the custom ones, but is there a way to work with the system ones as well? For example, put a system field especifically between two custom fields
Do you know which file?
bug_report_page.php and bug_view_inc.php
Thanks! And is it as easy as just reordering the lines on the code?

Re: Help on customizing fields, please!!!

Posted: 01 Oct 2012, 19:59
by atrol
igor.pereira wrote:And is it as easy as just reordering the lines on the code?
Yes for the standard fields, no for mixing standard and custom fields.

Re: Help on customizing fields, please!!!

Posted: 02 Oct 2012, 17:14
by igor.pereira
atrol wrote:
igor.pereira wrote:And is it as easy as just reordering the lines on the code?
Yes for the standard fields, no for mixing standard and custom fields.
Danke, atrol! :D

Re: Help on customizing fields, please!!!

Posted: 04 Oct 2012, 20:26
by igor.pereira
And is there a way to customize the summary page? I'd like to add and change some fields...
Another thing: Can I add a due date in between states on the project? And also send a notification if that period is over?
Aaalson... :D why doesn't the "print reports" thing print the page i'm looking at (the summary page)? I'd like to see some of those fields on the report!

Re: Help on customizing fields, please!!!

Posted: 05 Oct 2012, 08:45
by atrol
You shouldn't mix topics in one thread.
It's hard to follow up and to answer.

Re: Help on customizing fields, please!!!

Posted: 05 Oct 2012, 17:13
by igor.pereira
atrol wrote:You shouldn't mix topics in one thread.
It's hard to follow up and to answer.
Ok, sorry. I'll start a new one.