Search found 3 matches

by Carlotta_134
30 Apr 2024, 03:22
Forum: General Discussion
Topic: Mantis Migration from 1.2.x to 2.2.25: Attachment files in private note
Replies: 2
Views: 5486

Re: Mantis Migration from 1.2.x to 2.2.25: Attachment files in private note

It's okay to have them in one note.. it's not okay that the note is private. Why is it happening?
by Carlotta_134
29 Apr 2024, 17:04
Forum: General Discussion
Topic: Mantis Migration from 1.2.x to 2.2.25: Attachment files in private note
Replies: 2
Views: 5486

Mantis Migration from 1.2.x to 2.2.25: Attachment files in private note

Dear All,

I would like to ask you why I have this behaviour:

I'm doing some tests and I have this weird behaviour during mantis migration: the attachment files of every bug are in one note ( and it's ok) but the note is private ( it should be public, as it was before) : why?

I checked on the DB ...
by Carlotta_134
07 Jul 2023, 10:57
Forum: Help
Topic: How to link a plugin with main_custom_options
Replies: 0
Views: 118297

How to link a plugin with main_custom_options

Hello everyone.

I added a new tab in my main menu thanks to main_custom_options:

array (
0 =>
array (
'title' => 'ACP Ranking',
'access_level' => 25,
'url' => 'results.php',
'icon' => 'fa-trophy',
),
1 =>
array (
'title' => 'Help',
'access_level' => 25,
'url' => 'help.php',
'icon ...