Search found 1414 matches
- 25 May 2023, 13:47
- Forum: EmailReporting
- Topic: Doubt about EmailReporting
- Replies: 1
- Views: 89
Re: Doubt about EmailReporting
There are some posts from #mushu here on this topic, check those to find the answers.
- 17 May 2023, 17:55
- Forum: General Discussion
- Topic: We would like to close all existing old bugs in bulk irrespective of the status
- Replies: 2
- Views: 125
Re: We would like to close all existing old bugs in bulk irrespective of the status
very simple, change the status field to value 90 for those bugs that fit your selection in table mantis_bug_table 

- 17 May 2023, 17:52
- Forum: General Discussion
- Topic: Mantis still the way to go for a multi-user, somewhat featured bug tracker?
- Replies: 1
- Views: 121
Re: Mantis still the way to go for a multi-user, somewhat featured bug tracker?
Mantis can deal with thousands of issues without going slow so Mantis is definately a good option 

- 01 May 2023, 14:01
- Forum: General Discussion
- Topic: inicio de sesion
- Replies: 2
- Views: 108
Re: inicio de sesion
Just go to the root of your installation like http://www.mydomain.com/mantisbt
- 01 May 2023, 14:00
- Forum: General Discussion
- Topic: idiomas de tutoriales
- Replies: 1
- Views: 62
Re: idiomas de tutoriales
For those who do not speak Spanish, this person is looking for a Spanish manual 

- 29 Apr 2023, 12:17
- Forum: Help
- Topic: Require second person to close issue
- Replies: 4
- Views: 180
Re: Require second person to close issue
well here is some code which you could insert in the function bug_close within bug_api.php. So insert the following code ## first check if issue has correct status $query1 = "select status from {bug} where bug_id = $p_bug_id"; $result1 = db_query( $query1 ); $row1 = db_fetch_array( $result...
- 28 Apr 2023, 10:37
- Forum: Help
- Topic: Require second person to close issue
- Replies: 4
- Views: 180
Re: Require second person to close issue
Actually you also can achieve this without a plugin using workflow threshold by giving the final status to the manager and the first closing status to a level below. Downside here is that the one doing the final status will be in a position to set the first closing statis too 

- 28 Apr 2023, 08:48
- Forum: Help
- Topic: Require second person to close issue
- Replies: 4
- Views: 180
Re: Require second person to close issue
You can achieve this in the following way: using both status RESOLVED and CLOSED, all it then takes is to arrange that the one that resolved the issue, cannot close the issue. Clearly you need to adjust the workflow that you can only select status "Closed" when it has status "Resolved...
- 27 Apr 2023, 08:03
- Forum: Help
- Topic: Ldap APPLICATION ERROR #1401
- Replies: 11
- Views: 4234
Re: Ldap APPLICATION ERROR #1401
I assume you replaced example.com with your domain? Just to be sure 

- 27 Apr 2023, 07:21
- Forum: Help
- Topic: Error when viewing a bug entry
- Replies: 1
- Views: 97
Re: Error when viewing a bug entry
Did you google thge mnessage and followed all the dvice given there? This is a webservice issue not a mantis issue.
- 24 Apr 2023, 12:47
- Forum: General Discussion
- Topic: How to do an XML export of a 5go project?
- Replies: 2
- Views: 115
Re: How to do an XML export of a 5go project?
did you check your PHP settings like max execution time etcetera?
- 20 Apr 2023, 14:20
- Forum: Customizations
- Topic: Access a REPORTER to see a bug informed from other user
- Replies: 3
- Views: 805
Re: Access a REPORTER to see a bug informed from other user
is that within the same project or across various projects? What is the status of those projects?
- 16 Apr 2023, 08:29
- Forum: General Discussion
- Topic: Changing the "admin" email link...
- Replies: 2
- Views: 197
Re: Changing the "admin" email link...
add these links in core/config_inc.php and adjust accordingly:
$g_webmaster_email = 'webmaster@example.com';
$g_from_email = 'noreply@example.com'; # the "From: " field in emails
$g_return_path_email = 'admin@example.com'; # the return address for bounced mail
$g_webmaster_email = 'webmaster@example.com';
$g_from_email = 'noreply@example.com'; # the "From: " field in emails
$g_return_path_email = 'admin@example.com'; # the return address for bounced mail
- 13 Apr 2023, 14:07
- Forum: General Plugin Discussion
- Topic: (semi) automatic checking for plugin updates.
- Replies: 7
- Views: 5674
Re: (semi) automatic checking for plugin updates.
Please install the plugin in total again after downloading version 1.03
- 12 Apr 2023, 13:27
- Forum: General Plugin Discussion
- Topic: (semi) automatic checking for plugin updates.
- Replies: 7
- Views: 5674
Re: (semi) automatic checking for plugin updates.
I have adjusted the page in error, please download /pages/config.php (or the plugin in total) and it should work.