Jump to ContentJump to Navigation/Login
` ` ` ` ` `

[Register]

Occasional ATutor release updates


No Members Logged In

(11 guests in past 15 min.)

Access Understanding Web Accessibility to learn about accessibility, or Register to take the course for FREE.

Support Forums

ATutor Feature Requests

Course Email


You must be signed-in to post.

AuthorSubject
  Page: 1 | 2
ipool

Avatar for ipool
Subject: Re: Course EmailQuote this post in your reply
I just tryed the script form your nightly build.
Thanks greg.

There is a bug at line 132
$mail->Subject = $_POST['subject'];
This mus be the replacing the variables from the subject.
Else the variable will not be replaced bevore sending.


Detail:
Line 123
Are there spaces missing after the ","
example:
last_name,login,password

Will there be somme text for explication in the final version?
Posted: 2007-12-04 07:21:15
ipool

Avatar for ipool
Subject: Re: Course EmailQuote this post in your reply
Thanks Greg
I just downloadet the nightly build and tryed it out.


There is a bug at line 132:
$mail->Subject = $_POST['subject'];
This must be after changing the variables for the subject

Detail line123
Are there some spacers missing at every ,
Example:
last_name,login,password
Posted: 2007-12-04 07:42:46
greg

Avatar for greg
Subject: Re: Course EmailQuote this post in your reply
Oops. I've now moved the change before the subject line.
Posted: 2007-12-04 08:29:50
ipool

Avatar for ipool
Subject: Re: Course EmailQuote this post in your reply
greg
Is it possible to do it in the admin as well?
Can you just tell me witch script it is?
Thanks
Thomas
Posted: 2007-12-06 00:46:27
ipool

Avatar for ipool
Subject: Re: Course EmailQuote this post in your reply
Now Oops from my side.
I tryed it now with a lot of my members and all of them where getting my account informations. oops again!

My fault:
The mail is not send by a loop and all the adresses are put in to bbc aerea.

So the whole thing has to be modifyed. At the moment I do not have any time. So if someone is able to do it, he is verry wellcome.

Else I try to make it bevore end of the year.

Sorry
I think it would be a nice feature

Thomas
Posted: 2007-12-12 02:07:46
greg

Avatar for greg
Subject: Re: Course EmailQuote this post in your reply
I've moved everything inside the foreach loop, and it seems to work fine now. But, I don't think this is the final solution. It now runs the mail script once for each user, which is going to result in longer submit times for courses with many students.

We'll need to revisit this in a future version to better optimize things.
Posted: 2007-12-14 10:19:34
ipool

Avatar for ipool
Subject: Re: Course EmailQuote this post in your reply
Thanks Greg
Posted: 2007-12-14 11:04:37
 Page: 1 | 2

You must be signed-in to post.