Search found 10 matches

by chrislegato
08 Oct 2020, 21:11
Forum: Help
Topic: set the same comment to multiple issues (not copies)
Replies: 3
Views: 2744

Re: set the same comment to multiple issues (not copies)

Editing database entries works and is easy to use, so the issue is partially solved.

However I would expect some updates on that in the next iteratios of mantisBT.
It's really useful to moderate only one comment, that is common to multiple issues.
by chrislegato
08 Oct 2020, 21:09
Forum: Help
Topic: how to skip tag-summary page when clicking on tags?
Replies: 0
Views: 16536

how to skip tag-summary page when clicking on tags?

When clicking tag, browser redirects user to tag-summary page, which is not really necessary in my case.

How to make, so that clicking tags - sends user directly to the list of issues related to that tag?
by chrislegato
08 Oct 2020, 12:51
Forum: Help
Topic: 'my view' left menu button - how to hide/remove it?
Replies: 1
Views: 2095

Re: 'my view' left menu button - how to hide/remove it?

solved.

found in
<root>/core/layout_api.php
by chrislegato
07 Oct 2020, 20:14
Forum: Help
Topic: 'my view' left menu button - how to hide/remove it?
Replies: 1
Views: 2095

'my view' left menu button - how to hide/remove it?

I don't need the 'my view' section in my project, so I'd like to hide this.

I don't see appropriate entry for 'config_inc.php', so my question:
in which file under what name this is hidden, so I can remove it manually?
by chrislegato
07 Oct 2020, 19:36
Forum: Help
Topic: set the same comment to multiple issues (not copies)
Replies: 3
Views: 2744

Re: set the same comment to multiple issues (not copies)

Sad, because such feature would be very useful for my projects.

For now, the only way around I see, is to manually reedit entries in database and start from there, I guess.
I don't speak php, unfortunately.
by chrislegato
06 Oct 2020, 22:02
Forum: Help
Topic: set the same comment to multiple issues (not copies)
Replies: 3
Views: 2744

set the same comment to multiple issues (not copies)

I see it's possible to add comment to multiple issues, but as far I can say (by comment IDs and editing), issues get separate copies of that comment.

Is it possible to have the same (in terms of later editing) comment attached under multiple issues?
by chrislegato
06 Oct 2020, 09:38
Forum: Help
Topic: how to get filenames of attachements saved to disk?
Replies: 2
Views: 2120

how to get filenames of attachements saved to disk?

When attachements are set to be saved on disk, Mantis converts filnames into something else. Where can I get a representation table, that assigns original attachements filenames (with extensions) to filenames generated by mantis? Or there is some app, that converts filenames back to the original poi...
by chrislegato
06 Oct 2020, 09:22
Forum: Help
Topic: custom background colors per field (css)
Replies: 1
Views: 2071

custom background colors per field (css)

I added in 'config_inc.php' this line: $g_css_include_file = 'css/mojecss.css'; and created appropriate file ('mojecss.css'') inside that folder. This part works. In order to reformat bugnote description field, I added to css this (to test the idea): .mojedesc { background:#FFFFC0 !important; paddin...