Search found 19 matches

by Lisandro1987
09 Nov 2012, 14:59
Forum: EmailReporting
Topic: How to select the project?
Replies: 4
Views: 7032

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 ...
by Lisandro1987
08 Nov 2012, 17:38
Forum: EmailReporting
Topic: [RESOLVED] I have two problems with EmailReporting
Replies: 5
Views: 14374

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'
by Lisandro1987
08 Nov 2012, 17:35
Forum: EmailReporting
Topic: How to select the project?
Replies: 4
Views: 7032

Re: How to select the project?

Thanks so much! :)
by Lisandro1987
08 Nov 2012, 17:23
Forum: Help
Topic: [RESOLVED] Include plugin library
Replies: 6
Views: 7207

Re: Include plugin library

I resolved this using command 'lynk'. Thanks!
by Lisandro1987
05 Nov 2012, 18:24
Forum: EmailReporting
Topic: How to select the project?
Replies: 4
Views: 7032

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?
by Lisandro1987
05 Nov 2012, 14:04
Forum: EmailReporting
Topic: Email Reporting Plugin Setup HOWTO
Replies: 48
Views: 153663

Re: Email Reporting Setup HOWTO

Thanks so much for your reply!

But I had this option chosen :(
Add the complete email into the attachments [?]: No
If you want, we follow this in:

http://www.mantisbt.org/forums/viewtopi ... 13&t=20857

Thank you again!
by Lisandro1987
02 Nov 2012, 18:52
Forum: EmailReporting
Topic: [RESOLVED] I have two problems with EmailReporting
Replies: 5
Views: 14374

[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. > ===================================================================...
by Lisandro1987
02 Nov 2012, 18:34
Forum: EmailReporting
Topic: Email Reporting Plugin Setup HOWTO
Replies: 48
Views: 153663

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
by Lisandro1987
02 Nov 2012, 15:39
Forum: EmailReporting
Topic: Email Reporting Plugin Setup HOWTO
Replies: 48
Views: 153663

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:...
by Lisandro1987
23 Oct 2012, 14:29
Forum: Help
Topic: [RESOLVED] Include plugin library
Replies: 6
Views: 7207

Re: Include plugin library

Can anyone help me? :(
by Lisandro1987
22 Oct 2012, 15:42
Forum: Help
Topic: [RESOLVED] How to get active user in bug?
Replies: 2
Views: 3037

Re: How to get active user in bug?

Thanks so much! I create my own function powered with that function ;)
by Lisandro1987
19 Oct 2012, 16:26
Forum: Help
Topic: [RESOLVED] How to get active user in bug?
Replies: 2
Views: 3037

[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 ...
by Lisandro1987
18 Oct 2012, 14:34
Forum: Help
Topic: [RESOLVED] Include plugin library
Replies: 6
Views: 7207

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...
by Lisandro1987
17 Oct 2012, 19:09
Forum: Help
Topic: [RESOLVED] How to schedule bugs?
Replies: 4
Views: 4897

Re: How to schedule bugs?

Thanks so much. I just resolved the problem...