Search found 6 matches

by FKR_div_09
05 Jul 2023, 05:55
Forum: Help
Topic: One user cannot upload files
Replies: 9
Views: 18244

Re: One user cannot upload files

Yes, Chrome, that I can use without issue to upload files on Mantis tickets.
On probably 200 users for more than 3 years it's the first time someone can't upload files on Mantis. Weird.
by FKR_div_09
03 Jul 2023, 07:12
Forum: Help
Topic: One user cannot upload files
Replies: 9
Views: 18244

One user cannot upload files

Mantis version 2.21.1
209
PHP 7.3.33

Hello everyone,

I've created a new user lately and he's the first who cannot upload docs, pics or whatever on tickets. My entire user community never faced that issue.

He's got a reporter role and can create tickets and write notes without issue, but when ...
by FKR_div_09
06 Dec 2021, 09:44
Forum: Customizations
Topic: Status name change
Replies: 6
Views: 15902

Re: Status name change


If you only want to modify the names, you do the following:
create core\custom_strings_inc.php with this content

<?php
$s_status_enum_string = '10:nouveau (DCH),20:attente infos (Client),30:accepté,40:confirmé,50:affecté (DCH),80:résolu (Client),90:fermé';
?>



Hello again,

I tried the above ...
by FKR_div_09
11 Nov 2021, 11:01
Forum: Customizations
Topic: Status name change
Replies: 6
Views: 15902

Re: Status name change

Awesome, thank you. :D
by FKR_div_09
11 Nov 2021, 10:00
Forum: Customizations
Topic: Status name change
Replies: 6
Views: 15902

Re: Status name change

Thanks, Cas.

So, I'm following the whole process described on the help page, create the 'testing' status 60 so that I can create in subfolder 'config' the file custom_strings_inc.php with the right status names in 's_status_enum_string'?

<?php
# Translation for Custom Status Code: testing
switch ...
by FKR_div_09
08 Nov 2021, 08:34
Forum: Customizations
Topic: Status name change
Replies: 6
Views: 15902

Status name change

Hello Team!

Our MantisBT is in French. I've never dealt with PHP before, a total noob.

What I want is to modify the names of the different statuses.
I checked https://www.mantisbt.org/docs/master/en-US/Admin_Guide/html/admin.customize.status.html , I assume it's the place to go and the inputs to ...