Search found 10 matches
- 16 Jan 2023, 11:50
- Forum: General Discussion
- Topic: How do I change the appearance of the login pages?
- Replies: 0
- Views: 5722
How do I change the appearance of the login pages?
I'm guessing it has something to with the css files. I've managed to manipulate it with Inspect, and gotten some properties I need to change, but how do I do this properly to avoid overwrites on updates? I'm also guessing this has something to do with a pointer in config.inc.php and a custom css fil...
- 15 Jan 2023, 22:09
- Forum: General Discussion
- Topic: Obtaining lists of status, category, tags etc via REST API?
- Replies: 1
- Views: 11180
Re: Obtaining lists of status, category, tags etc via REST API?
Nemmind - got it:
/api/rest/config?option=status_enum_string
Mantis rocks.
/api/rest/config?option=status_enum_string
Mantis rocks.

- 15 Jan 2023, 21:46
- Forum: General Discussion
- Topic: Obtaining lists of status, category, tags etc via REST API?
- Replies: 1
- Views: 11180
Obtaining lists of status, category, tags etc via REST API?
I'm probably missing something really obvious, but I can't see for the life of me how to get hold of lists for these types of properties. Given a lot of these are dynamic, there's a real need to access these if you're manipulating projects and issues through the API. I'm basically writing a Visual S...
- 24 Dec 2022, 12:44
- Forum: Customizations
- Topic: New Dark and Modern Theme
- Replies: 5
- Views: 12695
Re: New Dark and Modern Theme
Nevermind. Just forked it and added the ability to change the default accent colour (Orange) to whatever you want, by setting a single value in the css: https://github.com/stigzler/MantisBTModernDarkTheme Hope helps! Nice work to the original author. I know what a PITA these CSS styling processes are!
- 23 Dec 2022, 23:46
- Forum: Customizations
- Topic: New Dark and Modern Theme
- Replies: 5
- Views: 12695
Re: New Dark and Modern Theme
Hi all. These are great. One question, though - did you guys code in any easy way to change the primary colour? (i.e. Orange?)
- 13 Jun 2020, 17:40
- Forum: General Plugin Discussion
- Topic: Help for a newb mantis plugin writer
- Replies: 4
- Views: 5489
Re: Help for a newb mantis plugin writer
Thanks atrol. I did have a look at this, but couldn't figure a way to get phpbb registrations registering in Mantis + also how to glean the phpbb logged in user for the auth plugin. This is all a little beyond my capabilities, sadly. Thanks for the reply though.
- 13 Jun 2020, 09:49
- Forum: General Plugin Discussion
- Topic: Help for a newb mantis plugin writer
- Replies: 4
- Views: 5489
Help for a newb mantis plugin writer
Hi all. I'm looking to write a plugin for mantis to sync it with phpbb. I'm looking to log in through phpbb and when go to mantisbt, mantis detects this and doesn't ask for a login - using phpbb's auth rather than it's own (although I'm guessing there needs to be some catch for 'new' users to mantis...
- 06 Apr 2019, 16:12
- Forum: Help
- Topic: different behavior jquery in mantis 2.x
- Replies: 3
- Views: 7682
Re: different behavior jquery in mantis 2.x
Shame, but realise it's a long task-list!
- 01 Apr 2019, 18:21
- Forum: Help
- Topic: different behavior jquery in mantis 2.x
- Replies: 3
- Views: 7682
Re: different behavior jquery in mantis 2.x
Hi - did you ever get this port finished? I too am looking for the 'Easy relationships manager' plugin compatible with V2 (can't install earlier versions on my installation).
- 19 Mar 2019, 00:10
- Forum: Help
- Topic: Navigate to custom URL on Logo Text click
- Replies: 1
- Views: 1333
Navigate to custom URL on Logo Text click
Hi, Is it possible to set a custom URL when clicking the text in the top left? I've figured out how to change this text via config_inc.php: $g_window_title = 'Mago Arcade'; but no idea how to change to URL that clicking this leads to. I've looked through config_defaults_inc.php, but can't find anyth...