Search found 349 matches

by mushu
09 Oct 2020, 18:11
Forum: General Plugin Discussion
Topic: Email output could be much prettier
Replies: 73
Views: 1860616

Re: Email output could be much prettier

Also, make sure your HTML is properly completed. I had to close the table element inside the loop per your sample code. And unclosed tr or td or table element will screw everything up.
by mushu
09 Oct 2020, 18:09
Forum: General Plugin Discussion
Topic: Email output could be much prettier
Replies: 73
Views: 1860616

Re: Email output could be much prettier

I used Chrome. Make sure your Vivaldi browser (for Android?) is version 3.3 because it updated the Chrome engine.
by mushu
09 Oct 2020, 17:55
Forum: General Plugin Discussion
Topic: Email output could be much prettier
Replies: 73
Views: 1860616

Re: Email output could be much prettier

Seems to work fine for me, here is the code I'm using for testing followed by the output I get: <!doctype html> <html> <style> body { background-color: #93B874; } h1 { background-color: #00b33c; } p { background-color: #FFFFFF); } table, th, td { border: 1px solid black;} </style> <body> <h2 style=&...
by mushu
09 Oct 2020, 16:25
Forum: General Plugin Discussion
Topic: Email output could be much prettier
Replies: 73
Views: 1860616

Re: Email output could be much prettier

Need to see the HTML/CSS you're using for the container table and the inner table to tell.
by mushu
08 Oct 2020, 13:36
Forum: General Plugin Discussion
Topic: Email output could be much prettier
Replies: 73
Views: 1860616

Re: Email output could be much prettier

Add a note and see what it looks like please. The note text should also be <pre> but then that means hard line break lengths which are difficult to assume in an email unless you're using a <table> <td> cell which will auto-wrap. It looks SO GOOD! EDIT: just saw you still needed to add a few things l...
by mushu
08 Oct 2020, 13:22
Forum: General Plugin Discussion
Topic: Email output could be much prettier
Replies: 73
Views: 1860616

Re: Email output could be much prettier

OMG what a difference!! I'd toss a <pre> in the steps to reproduce and additional information sections, but otherwise it's so much better than default. Great job, and so fast too...impressed! Now if we could get this built into the codebase so it won't go away after every update, that would be wonde...
by mushu
05 Oct 2020, 23:37
Forum: General Plugin Discussion
Topic: Email output could be much prettier
Replies: 73
Views: 1860616

Re: Email output could be much prettier

Thank you for the lengthy and thoughtful response. It is appreciated.
by mushu
28 Sep 2020, 17:43
Forum: General Plugin Discussion
Topic: Email output could be much prettier
Replies: 73
Views: 1860616

Email output could be much prettier

Wondering if it is possible to allow the email output from MantisBT to be template-driven? It would be great to allow embedded variables that get data substituted at send time for things like customer name and subject and notes, etc to be able to place them where we want them in the output. Plus use...
by mushu
28 Sep 2020, 17:32
Forum: Help
Topic: LDAP authentication - Error
Replies: 17
Views: 15781

Re: LDAP authentication - Error

Sorry, we use the AdLogin plugin and it works great for us. I suggest you get that plugin and simply look at the code. It is *very* small, just a few lines, and might tell you what you need to do to make your situation work. We are in a large organization and every time someone authenticated to the ...
by mushu
16 Jun 2020, 18:14
Forum: Help
Topic: LDAP authentication - Error
Replies: 17
Views: 15781

Re: LDAP authentication - Error

What version of MantisBT?
What version of adLogin plugin?
What version of PHP?
What operating system and version?
by mushu
16 Jun 2020, 18:10
Forum: EmailReporting
Topic: Where to find Subject line parameters?
Replies: 1
Views: 4430

Where to find Subject line parameters?

MantisBT v2.24.0 on Windows Email Reporting v0.10.1 adLogin v1.01 Wondering where in the documentation is a list of possible parameters you can use on the Subject line of an email when sent to the MantisBT processor? For example, to manually send an email and add it as a Note to an existing bug, you...
by mushu
03 Feb 2020, 20:23
Forum: Help
Topic: Unable to add monitors when add new bug report
Replies: 2
Views: 2515

Re: Unable to add monitors when add new bug report

Sorry, typo. It was 'monitors' correctly.
by mushu
03 Feb 2020, 20:14
Forum: Help
Topic: How to always display unassigned tickets regardless of project selected at top?
Replies: 0
Views: 14164

How to always display unassigned tickets regardless of project selected at top?

Mantis v2.23.0 Is there a setting or combination of variables in config to allow all unassigned tickets to always be displayed in the "My View" screen regardless of project dropdown setting at the top of the screen? Use case is that we allow emailed tickets which auto-select as "email...
by mushu
03 Feb 2020, 17:41
Forum: Help
Topic: Configure SMTP with Office365 account
Replies: 8
Views: 19919

Re: Configure SMTP with Office365 account

Thank you for posting the solution. We are going to be moving to O365 soon and this will help me configure our Mantis also.
by mushu
03 Feb 2020, 17:39
Forum: Help
Topic: Unable to add monitors when add new bug report
Replies: 2
Views: 2515

Unable to add monitors when add new bug report

Mantis v2.23.0 I have the following config variables set: $g_monitor_bug_threshold = REPORTER; $g_show_monitor_list_threshold = REPORTER; $g_monitor_add_others_bug_threshold = REPORTER; I added 'monitor' to $g_bug_report_page_fields array as well. When you click on the [Report issue] button there is...