Search found 36 matches

by RedSpider
03 Mar 2018, 14:26
Forum: Customizations
Topic: reCATCHA on bug_report_page
Replies: 0
Views: 3225

reCATCHA on bug_report_page

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 th...
by RedSpider
03 Mar 2018, 14:21
Forum: Customizations
Topic: Redirect to https
Replies: 4
Views: 13696

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]
by RedSpider
30 Jan 2018, 12:17
Forum: Customizations
Topic: Auto-Close plugin for 2.x
Replies: 1
Views: 3358

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 s...
by RedSpider
30 Jan 2018, 11:21
Forum: Customizations
Topic: Dark theme for 2.5.1 (or above?)
Replies: 13
Views: 20639

Re: Dark theme for 2.5.1 (or above?)

is there a screenshot of the dark theme? :)
by RedSpider
08 Jan 2018, 12:17
Forum: Customizations
Topic: Make "Steps To Reproduce" required
Replies: 2
Views: 4529

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 a...
by RedSpider
05 Jan 2018, 11:05
Forum: Customizations
Topic: Make "Steps To Reproduce" required
Replies: 2
Views: 4529

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
by RedSpider
08 Apr 2017, 17:00
Forum: Customizations
Topic: Watermark Uploads
Replies: 1
Views: 4373

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 :)
by RedSpider
03 Apr 2017, 13:57
Forum: Customizations
Topic: Distinguish Admins
Replies: 11
Views: 20878

Re: Distinguish Admins

Thank you sir, you are a legend.

Mantis should totally make this a standard feature! :D
by RedSpider
27 Mar 2017, 16:06
Forum: Customizations
Topic: Distinguish Admins
Replies: 11
Views: 20878

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 colour...
by RedSpider
25 Mar 2017, 15:12
Forum: Customizations
Topic: 2.0 Customisation
Replies: 2
Views: 7314

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 ch...
by RedSpider
25 Mar 2017, 15:02
Forum: Customizations
Topic: Distinguish Admins
Replies: 11
Views: 20878

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 :oops:
by RedSpider
21 Mar 2017, 22:13
Forum: Customizations
Topic: GagueSupport - 1.3..x compatability
Replies: 5
Views: 10141

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=?.
by RedSpider
20 Mar 2017, 19:47
Forum: Customizations
Topic: GagueSupport - 1.3..x compatability
Replies: 5
Views: 10141

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
by RedSpider
02 Feb 2017, 18:24
Forum: Customizations
Topic: 1.3 Slack Integration
Replies: 1
Views: 6446

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 refl...