Mushu,
which fields give you the System Notices?
Search found 968 matches
- Yesterday, 16:17
- Forum: General Plugin Discussion
- Topic: Email output could be much prettier
- Replies: 45
- Views: 4514
- Yesterday, 16:08
- Forum: General Plugin Discussion
- Topic: Email output could be much prettier
- Replies: 45
- Views: 4514
Re: Email output could be much prettier
ah, started that at the time but nevergot to finalizing it. Will have a
look since it is fairly easy

- Yesterday, 15:08
- Forum: General Plugin Discussion
- Topic: Email output could be much prettier
- Replies: 45
- Views: 4514
Re: Email output could be much prettier
last one is attached to this forum thread on page 1 

- Yesterday, 09:23
- Forum: General Plugin Discussion
- Topic: Email output could be much prettier
- Replies: 45
- Views: 4514
Re: Email output could be much prettier
in this case changes made within mail_api.php , residing in the core directory ( as described in the readme) 

- 12 Jan 2021, 11:30
- Forum: Help
- Topic: LDAP Your account may be disabled or blocked or the username/password you entered is incorrect.
- Replies: 1
- Views: 43
Re: LDAP Your account may be disabled or blocked or the username/password you entered is incorrect.
Please search this forum ( https://www.mantisbt.org/forums/search. ... words=LDAP ), has been discussed multiple times here.
- 12 Jan 2021, 11:27
- Forum: EmailReporting
- Topic: Help with customer suport use case: how to reply to created tickets?
- Replies: 6
- Views: 90
Re: Help with customer suport use case: how to reply to created tickets?
I have a plugin available that sends out an email to the customer once ticket is created, perhaps that helps for case 2 

- 11 Jan 2021, 11:47
- Forum: Help
- Topic: How to Upgrade to PHP Version
- Replies: 2
- Views: 97
Re: How to Upgrade to PHP Version
did you restart webservices?
- 08 Jan 2021, 08:46
- Forum: Help
- Topic: How to display custom fields at different stages for different projects
- Replies: 3
- Views: 124
Re: How to display custom fields at different stages for different projects
I do not think there is a standard way of achieving this out of the box.
So if it works for you, it is perfect.
Do remember that such changes need to be re-applied with each update
So if it works for you, it is perfect.
Do remember that such changes need to be re-applied with each update

- 31 Dec 2020, 13:14
- Forum: General Discussion
- Topic: Photos for user accounts
- Replies: 1
- Views: 108
Re: Photos for user accounts
Mantisbt supports avatars, one can simply create avatars from photos ( see fe https://lightmv.com/how-to-make-avatar-from-photo.html)
- 30 Dec 2020, 11:50
- Forum: General Discussion
- Topic: "The file specified in $g_log_destination "/opt/lampp/htdocs/mantisbt/log/mantisbt.log" is not writable"
- Replies: 3
- Views: 175
Re: "The file specified in $g_log_destination "/opt/lampp/htdocs/mantisbt/log/mantisbt.log" is not writable"
Follow the manual, check out this post:
viewtopic.php?t=25235
viewtopic.php?t=25235
- 29 Dec 2020, 14:40
- Forum: General Discussion
- Topic: APPLICATION ERROR #2800
- Replies: 1
- Views: 48
Re: APPLICATION ERROR #2800
With a little bit of searching you would have fiund:
https://www.mantisbt.org/bugs/view.php?id=12381
https://www.mantisbt.org/bugs/view.php?id=12381
- 29 Dec 2020, 07:58
- Forum: Help
- Topic: Email works, but no email notifications
- Replies: 3
- Views: 74
Re: Email works, but no email notifications
Look @ this issue:
https://www.mantisbt.org/bugs/view.php?id=23423
So now you know where to look. Check out the settings.
go to:
Manage
Manage configuration
E-Mail configuration
https://www.mantisbt.org/bugs/view.php?id=23423
So now you know where to look. Check out the settings.
go to:
Manage
Manage configuration
E-Mail configuration
- 28 Dec 2020, 14:31
- Forum: Help
- Topic: 32MB file uploads - how?
- Replies: 7
- Views: 4817
Re: 32MB file uploads - how?
Check your PHP settings, see here: https://stackoverflow.com/questions/2184513/change-the-maximum-upload-file-size In Mantis add code below to core\config_inc.php and change value to your liking but ensure that the PHP settings support this also: /** * Maximum file size (bytes) that can be uploaded....
- 23 Dec 2020, 15:28
- Forum: Customizations
- Topic: Selecting required fields on resolve a case
- Replies: 3
- Views: 259
Re: Selecting required fields on resolve a case
In that case set in core/config_inc.php the following setting:
$g_bug_resolution_fixed_threshold = OPEN;
This should do the trick
$g_bug_resolution_fixed_threshold = OPEN;
This should do the trick
- 23 Dec 2020, 12:35
- Forum: Customizations
- Topic: Selecting required fields on resolve a case
- Replies: 3
- Views: 259
Re: Selecting required fields on resolve a case
Think you are referring to certain custom fields. That is set within the definition of the custom field. So review the definition and adjust accordingly