Search found 8 matches

by mantisNoob2
08 Jan 2021, 02:08
Forum: Help
Topic: How to display custom fields at different stages for different projects
Replies: 3
Views: 1935

Re: How to display custom fields at different stages for different projects

I believe I figured it out, but please let me know if there is a more preferred method. I simply modified bug_view_inc.php to set $t_related_custom_field_ids to get linked ids for all projects on line 699: $t_related_custom_field_ids = custom_field_get_linked_ids( $t_bug->ALL_PROJECTS ); // Old para...
by mantisNoob2
07 Jan 2021, 19:24
Forum: Help
Topic: How to display custom fields at different stages for different projects
Replies: 3
Views: 1935

How to display custom fields at different stages for different projects

Hi all, We have several projects that need to share a group of custom fields so that we can move tickets between projects without loss of information (specifically, without hiding the information). However, we do not want to display all shared fields when Reporting Issues, for example. Fields that a...
by mantisNoob2
24 Sep 2020, 18:46
Forum: Customizations
Topic: Why does button "onclick" execute a Submit on Bug Report page
Replies: 0
Views: 15700

Why does button "onclick" execute a Submit on Bug Report page

I need to autofill a field in the bug report page based on the input from another field. I figured an easy way to trigger the update is by adding an update button in bug_report_page.php. However, every onclick method I have tried simply executes the bug_update.php, and attempts to submit the bug. I ...
by mantisNoob2
20 Jul 2017, 23:34
Forum: Help
Topic: How to remove default filter fields
Replies: 1
Views: 4698

How to remove default filter fields

I need to remove many of the default filters from the View Issues tab (people are complaining that having too many options makes it confusing). I have tried commenting out the filter fields in filter_constants_inc.php, but it didn't seem to have any affect. It looks like the filter array is saved to...
by mantisNoob2
20 Jul 2017, 20:36
Forum: Customizations
Topic: Filters Customizations
Replies: 9
Views: 19550

Re: Filters Customizations

Did you ever figure this out? I need to remove several of the default filters.

I tried commenting out the filter fields in filter_constants_inc.php to no avail.
by mantisNoob2
01 Jun 2017, 20:11
Forum: Help
Topic: How do you set up email with an Exchange account
Replies: 0
Views: 2887

How do you set up email with an Exchange account

What's the trick to setting up email with a Microsoft Exchange Account? I had no trouble getting the email to work with gmail, but our LAN Exchange server is giving me problems. Here's what I've tried: $g_phpMailer_method = PHPMAILER_METHOD_SMTP; $g_smtp_host = '192.168.0.XXX'; //Also tried remote o...
by mantisNoob2
30 May 2017, 17:11
Forum: Help
Topic: Connect Exchange Server
Replies: 1
Views: 3779

Re: Connect Exchange Server

I'm having the same problem with the Exchange Server. Did you resolve this? Gmail worked fine, but not the internal exchange server. Here's what I've tried: $g_phpMailer_method = PHPMAILER_METHOD_SMTP; $g_smtp_host = '192.168.0.XXX'; //Also tried remote outlook address $g_smtp_username = 'username@g...