Search found 33 matches

by Tagirijus
29 Sep 2020, 15:35
Forum: Customizations
Topic: [solved] Redirect to table after bug creation / update?
Replies: 11
Views: 8703

[solved] Redirect to table after bug creation / update?

Hey there, I am currently trying to understand how it is possible to customize MantisBT without changing core code (which I did before ... but now I wanted to do it the right way after I updated MantisBT on my local server). Is it somehow possible to let MantisBT redirect to the "view_all_bug_p...
by Tagirijus
31 Jul 2018, 20:35
Forum: Customizations
Topic: Dark theme for 2.5.1 (or above?)
Replies: 13
Views: 20617

Re: Dark theme for 2.5.1 (or above?)

I did not look into this and at the moment I do not have the time for this unfortunately, sorry. Pull request are weclcome though, if somebody else might want to look into this. ;)
by Tagirijus
30 Jan 2018, 11:33
Forum: Customizations
Topic: Dark theme for 2.5.1 (or above?)
Replies: 13
Views: 20617

Re: Dark theme for 2.5.1 (or above?)

I just added a screenshot on the github page. Here it is:

Image
by Tagirijus
03 Jan 2018, 18:45
Forum: Help
Topic: General plugin question: replacing core files?
Replies: 11
Views: 6399

Re: General plugin question: replacing core files?

Thanks. One of the devs already contacted me some days ago and we are going to talk about theming, I guess. :)
by Tagirijus
30 Dec 2017, 23:18
Forum: Customizations
Topic: Dark theme for 2.5.1 (or above?)
Replies: 13
Views: 20617

Re: Dark theme for 2.5.1 (or above?)

As in the updated starting post: I managed to write a plugin. You can get it here:

https://github.com/Tagirijus/MantisBTDarkTheme
by Tagirijus
30 Dec 2017, 23:15
Forum: Help
Topic: General plugin question: replacing core files?
Replies: 11
Views: 6399

Re: General plugin question: replacing core files?

I found out that in CSS you have to assign a rule to exactly the same class. Like ".skin-3 .nav-list {blabla}" instead of just ".nav-list {blabla}". With these new learned things I might have managed to make the Dark Theme work!? I updated the github code.
by Tagirijus
29 Dec 2017, 18:25
Forum: Help
Topic: General plugin question: replacing core files?
Replies: 11
Views: 6399

Re: General plugin question: replacing core files?

Hey Starbuck, thanks for your reply. Of course FOSS is a great thing and I also think that people can learn from this more than proprietary software. As you already might noticed, I like to publish my little scripts and programms on github. Glad you like that I published this attempt as well. Still ...
by Tagirijus
29 Dec 2017, 14:45
Forum: Help
Topic: General plugin question: replacing core files?
Replies: 11
Views: 6399

Re: General plugin question: replacing core files?

Well there it comes, the first problem. I might understand now how the plugin hooking and event thing is working. So I tried to write a plugin, which add a dark theme - the same I did with replacing and adding CSS etc. Unfortunately the plugin does not replace the old CSS files, while they still hav...
by Tagirijus
29 Dec 2017, 13:22
Forum: Help
Topic: General plugin question: replacing core files?
Replies: 11
Views: 6399

Re: General plugin question: replacing core files?

Hey there, firts of all: thanks for the reply! :) Rather than replacing entire files, I believe you want to make use of the Event system. See chapter 5 in the docs for specific events, and chapter 4 for how to hook into them. I did browser quickly over these chapters already before I posted. I will ...
by Tagirijus
28 Dec 2017, 23:28
Forum: Help
Topic: General plugin question: replacing core files?
Replies: 11
Views: 6399

General plugin question: replacing core files?

Hey there, I did a dark theme for mantis and a user in this forum told me that I could write a plugin instead of replacing the original files. Sounds clever to me, while I would not have to replace each file manually, if I move to a newer version of mantis (if these files will still work, of course)...
by Tagirijus
27 Dec 2017, 12:43
Forum: General Discussion
Topic: Export / import whole project?
Replies: 4
Views: 4953

Re: Export / import whole project?

Cool. Thanks for this workaround / idea. Will test it! :)
by Tagirijus
27 Dec 2017, 12:18
Forum: General Discussion
Topic: Export / import whole project?
Replies: 4
Views: 4953

Re: Export / import whole project?

Sorry for my bad explanation. With the "settings page" I am talking about the project management page: manage_proj_page.php If I have some time, I thought about digging into MantisBT plugin development. Maybe it's not that difficult to make a manage_proj_page.php with two tables. One showi...
by Tagirijus
27 Dec 2017, 10:16
Forum: General Discussion
Topic: Export / import whole project?
Replies: 4
Views: 4953

Export / import whole project?

Hey there, is there a way to export a whole project (and import it later, if needed correctly .... best would be with every correct date, when notes were added and status were changed, etc.)? I know the XML import / export. Unfortunately it does not import correctly. The actual state for my test exp...
by Tagirijus
14 Dec 2017, 12:23
Forum: Customizations
Topic: Dark theme for 2.5.1 (or above?)
Replies: 13
Views: 20617

Re: Dark theme for 2.5.1 (or above?)

I'll probably update this thread then, of course! :)
by Tagirijus
14 Dec 2017, 09:23
Forum: Customizations
Topic: Dark theme for 2.5.1 (or above?)
Replies: 13
Views: 20617

Re: Dark theme for 2.5.1 (or above?)

No, I did not even know that you could achieve this theming with plugins. MOreover I unfortunately would totally not know how to do this at the moment. Thus I had to spend more time here, while I already achieved my goal for me at least. ;) Maybe I'll check the thing with plugins later, thanks for t...