Search found 19 matches
- Nov 09, 2012 9:59 am
- Forum: EmailReporting
- Topic: How to select the project?
- Replies: 4
- Views: 4483
Re: How to select the project?
If when I create a bug with a email I want to select the project_id using a SQL consult (based on the user_id). So I check in 'mail.api.php' the function 'add_bug' the variable '$t_bug_data->project_id'... Now I want to get the user_id from the user who send the email. Which is that variable? How I ...
- Nov 08, 2012 12:38 pm
- Forum: EmailReporting
- Topic: [RESOLVED] I have two problems with EmailReporting
- Replies: 5
- Views: 9329
Re: [RESOLVED] I have two problems with EmailReporting
Yes, I resolved 2) using the configuration options. To resolve 1) I delete the field 'Use this text if replies have been removed from the email'
- Nov 08, 2012 12:35 pm
- Forum: EmailReporting
- Topic: How to select the project?
- Replies: 4
- Views: 4483
Re: How to select the project?
Thanks so much! 

- Nov 08, 2012 12:23 pm
- Forum: Help
- Topic: [RESOLVED] Include plugin library
- Replies: 6
- Views: 4954
Re: Include plugin library
I resolved this using command 'lynk'. Thanks!
- Nov 05, 2012 1:24 pm
- Forum: EmailReporting
- Topic: How to select the project?
- Replies: 4
- Views: 4483
How to select the project?
When I create an automatic bug from an email, it's always choose the first project of all projects list, although the user does not have permissions on it. How I select/choose the project?
- Nov 05, 2012 1:21 pm
- Forum: EmailReporting
- Topic: [RESOLVED] I have two problems with EmailReporting
- Replies: 5
- Views: 9329
Re: I have two problems with EmailReporting
I have resolved this 

- Nov 05, 2012 9:04 am
- Forum: EmailReporting
- Topic: Email Reporting Plugin Setup HOWTO
- Replies: 48
- Views: 53772
Re: Email Reporting Setup HOWTO
Thanks so much for your reply!
But I had this option chosen
http://www.mantisbt.org/forums/viewtopi ... 13&t=20857
Thank you again!
But I had this option chosen

If you want, we follow this in:Add the complete email into the attachments [?]: No
http://www.mantisbt.org/forums/viewtopi ... 13&t=20857
Thank you again!
- Nov 02, 2012 1:52 pm
- Forum: EmailReporting
- Topic: [RESOLVED] I have two problems with EmailReporting
- Replies: 5
- Views: 9329
[RESOLVED] I have two problems with EmailReporting
The plugin is excellent! Thanks so much for it! 1) I'm having a problem. When I reply the email I write the next: I just want this text into the note On 11/02/2012 03:27 PM, Tracker wrote: > > A NOTE has been added to this ticket. > ===================================================================...
- Nov 02, 2012 1:34 pm
- Forum: EmailReporting
- Topic: Email Reporting Plugin Setup HOWTO
- Replies: 48
- Views: 53772
Re: Email Reporting Setup HOWTO
I resolved the problem. Thanks you! But I'm having an other problem. If you want I write the description here: http://www.mantisbt.org/forums/viewtopi ... 13&t=20857
- Nov 02, 2012 10:39 am
- Forum: EmailReporting
- Topic: Email Reporting Plugin Setup HOWTO
- Replies: 48
- Views: 53772
Re: Email Reporting Setup HOWTO
Excelent thread! Thanks so much!!! I have a problem. When I run the script '/plugins/EmailReporting/scripts/bug_report_mail.php' from my web browser the next message appear: Start checking all mailboxes: Friday 2nd of November 2012 15:38:41 Mailbox: Gmail test Message: Upload folder is not writable:...
- Oct 23, 2012 9:29 am
- Forum: Help
- Topic: [RESOLVED] Include plugin library
- Replies: 6
- Views: 4954
Re: Include plugin library
Can anyone help me? 

- Oct 22, 2012 10:42 am
- Forum: Help
- Topic: [RESOLVED] How to get active user in bug?
- Replies: 2
- Views: 1863
Re: How to get active user in bug?
Thanks so much! I create my own function powered with that function 

- Oct 19, 2012 11:26 am
- Forum: Help
- Topic: [RESOLVED] How to get active user in bug?
- Replies: 2
- Views: 1863
[RESOLVED] How to get active user in bug?
I'm using the function of MantisBT 'email_bug_reminder' to send reminders to users. The function has an user parameter: $p_recipients. Is an array of users (to send the reminders). So I need a function of MantisBT that return the users that is active in a bug (who create the ticket, who is assigned ...
- Oct 18, 2012 9:34 am
- Forum: Help
- Topic: [RESOLVED] Include plugin library
- Replies: 6
- Views: 4954
Re: Include plugin library
Thanks for your answer. But if I don't include the connection to the database it is still not working: [PUBLIC_HTML]/plugins/TestPlugin/pages/index.php <?php require_once(dirname(__FILE__)."/../../../core.php"); $g_test = plugin_config_get('test'); echo $g_test; ?> If I run in the console: [USER]@[...
- Oct 17, 2012 2:09 pm
- Forum: Help
- Topic: [RESOLVED] How to schedule bugs?
- Replies: 4
- Views: 3346
Re: How to schedule bugs?
Thanks so much. I just resolved the problem...