Im trying to add reCAPTCHA to my bug_report_page (I want to enable anonymous submissions for a limited time).
I have got the reCAPTCHA box showing and working correctly on the bug_report_page but I am having an issue getting mantis to verify the field.
Been looking at custom functions to validate ...
Search found 36 matches
- 03 Mar 2018, 14:26
- Forum: Customizations
- Topic: reCATCHA on bug_report_page
- Replies: 0
- Views: 4274
- 03 Mar 2018, 14:21
- Forum: Customizations
- Topic: Redirect to https
- Replies: 4
- Views: 15885
Re: Redirect to https
Just add the following to your .htaccess file
Code: Select all
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]- 30 Jan 2018, 12:17
- Forum: Customizations
- Topic: Auto-Close plugin for 2.x
- Replies: 1
- Views: 4242
Auto-Close plugin for 2.x
Does anybody know if there is an updated version of https://github.com/mantisbt-plugins/TriggerClose that works with 2.x?
I tried to have a bash at making it work myself but wasn't able to get it working. Few things i noticed:
Cron job didn't work
Always close the issue as me instead of the user i ...
I tried to have a bash at making it work myself but wasn't able to get it working. Few things i noticed:
Cron job didn't work
Always close the issue as me instead of the user i ...
- 30 Jan 2018, 11:21
- Forum: Customizations
- Topic: Dark theme for 2.5.1 (or above?)
- Replies: 13
- Views: 26247
Re: Dark theme for 2.5.1 (or above?)
is there a screenshot of the dark theme? 
- 08 Jan 2018, 12:17
- Forum: Customizations
- Topic: Make "Steps To Reproduce" required
- Replies: 2
- Views: 5762
Re: Make "Steps To Reproduce" required
You can write a plugin that uses some JavaScript to validate the field before it's submitted to the server (use HTML required attribute for it).
https://www.mantisbt.org/docs/master/en-US/Developers_Guide/html-desktop/#dev.plugins
You can write a custom validation function if it's enough to check ...
https://www.mantisbt.org/docs/master/en-US/Developers_Guide/html-desktop/#dev.plugins
You can write a custom validation function if it's enough to check ...
- 05 Jan 2018, 11:05
- Forum: Customizations
- Topic: Make "Steps To Reproduce" required
- Replies: 2
- Views: 5762
Make "Steps To Reproduce" required
Is there an easy way to make this a required field without hacking too much code? Don't like to code-edit since it means extra work when upgrading etc 
thanks
thanks
- 08 Apr 2017, 17:00
- Forum: Customizations
- Topic: Watermark Uploads
- Replies: 1
- Views: 5034
Watermark Uploads
Wondering if it's possible to have a plugin to add a small watermark onto uploaded images, maybe include the following info:
Site Name / Project Name
Bug ID / Name
Optional Logo
be happy to make a small donation if anyone can knock this together
Site Name / Project Name
Bug ID / Name
Optional Logo
be happy to make a small donation if anyone can knock this together
- 03 Apr 2017, 13:57
- Forum: Customizations
- Topic: Distinguish Admins
- Replies: 11
- Views: 24784
Re: Distinguish Admins
Thank you sir, you are a legend.
Mantis should totally make this a standard feature!
Mantis should totally make this a standard feature!
- 27 Mar 2017, 16:06
- Forum: Customizations
- Topic: Distinguish Admins
- Replies: 11
- Views: 24784
Re: Distinguish Admins
The required changes are a bit more complicated now and I don't have the time at the moment. I'll try to look into it within the next few days, but I can't promise.
Thanks, I would appreciate that :D
EDIT:
Actually, If it's easier, maybe we could just make the little badge things a different ...
Thanks, I would appreciate that :D
EDIT:
Actually, If it's easier, maybe we could just make the little badge things a different ...
- 25 Mar 2017, 15:12
- Forum: Customizations
- Topic: 2.0 Customisation
- Replies: 2
- Views: 8979
2.0 Customisation
Hi, upgraded from 1.3 to 2.0 and seem to be having some problems customising.
On 1.3 I used to be able to:
Customise the footer (eg remove the "Contact administrator for assistance").
Add custom logo at the top (g_logo_image doesn't seem to work anymore)
If anyone can let me know how to ...
On 1.3 I used to be able to:
Customise the footer (eg remove the "Contact administrator for assistance").
Add custom logo at the top (g_logo_image doesn't seem to work anymore)
If anyone can let me know how to ...
- 25 Mar 2017, 15:02
- Forum: Customizations
- Topic: Distinguish Admins
- Replies: 11
- Views: 24784
Re: Distinguish Admins
ok sorry to be a pain again, just updated to v2 and struggling to get this to work now within the bugnote_view_inc.php 
- 21 Mar 2017, 22:13
- Forum: Customizations
- Topic: GagueSupport - 1.3..x compatability
- Replies: 5
- Views: 11519
Re: GagueSupport - 1.3..x compatability
Sorry, i was on mobile when posted that, here is the error:
Code: Select all
Database query failed. Error received from database was #0: for the query: UPDATE mantis_plugin_GaugeSupport_support_data_table SET data=? WHERE bugid=?.- 20 Mar 2017, 19:47
- Forum: Customizations
- Topic: GagueSupport - 1.3..x compatability
- Replies: 5
- Views: 11519
Re: GagueSupport - 1.3..x compatability
that lets me install it, but it doesn't seem to work 100%. Eg if you try to change your vote it throws an error
- 08 Feb 2017, 20:47
- Forum: Customizations
- Topic: GagueSupport - 1.3..x compatability
- Replies: 5
- Views: 11519
- 02 Feb 2017, 18:24
- Forum: Customizations
- Topic: 1.3 Slack Integration
- Replies: 1
- Views: 7441
1.3 Slack Integration
I am using the Slack plugin for Mantisbt but had to "hack" the version requirement to make it work on 1.3.
Couple of things:
1) Is anyone able to update this plugin to work on 1.3?
2) Is it possible to have the "color":"#" option in the Slack webhook be dynamic and reflect the colours from the ...
Couple of things:
1) Is anyone able to update this plugin to work on 1.3?
2) Is it possible to have the "color":"#" option in the Slack webhook be dynamic and reflect the colours from the ...