ostsolutionss / wp-ajax-newsletter

Automatically exported from code.google.com/p/wp-ajax-newsletter
0 stars 0 forks source link

Is it possible to have this as a Daily email? #45

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. At present Daily is not an option

What is the expected output? What do you see instead?

Add Daily to the options 

What version of the product are you using? On what operating system?

Latest

Please provide any additional information below.

We want to send 1 email of new posts per day.

Original issue reported on code.google.com by ozeworks...@gmail.com on 5 Jul 2007 at 3:21

GoogleCodeExporter commented 9 years ago
Daily makes sense - it matches an RSS feed

Original comment by ozeworks...@gmail.com on 23 Sep 2007 at 2:24

GoogleCodeExporter commented 9 years ago
Hello

Is there any ETA on this one? I am interested as well :)

Thanks,
Mihail.

Original comment by musat.mi...@gmail.com on 12 Jul 2008 at 9:34

GoogleCodeExporter commented 9 years ago
Hello,

I have successfully created a daily option in the newsletter it will send the
newsletter on a daily basis and only the posts of 1 day.

If U are still interested i can give u the code.

greetings,
Niels Uphoff

Original comment by niels.uh...@gmail.com on 15 Jan 2009 at 9:06

GoogleCodeExporter commented 9 years ago
I am interested, yes :)

Original comment by musat.mi...@gmail.com on 15 Jan 2009 at 10:42

GoogleCodeExporter commented 9 years ago
I will attach the wp-ajax-newsletter.
if u want to change your own code follow the next instructions.

in the function checkAutomaticNewsletter() you will find case "day": this is the
function that allows you to sent the newsletter every day.

also you will need the option to select it.
in the function settings() insert the next code:

<input <?php if($period=="day") echo "CHECKED" ?> type="radio" id="period_4"
                name="period" value="day" onclick="toggleState(true, 'count');" /><label
for="period_4"> Dayly</label><br />

you can find it back in the file that i have attached 

I hope it's usefull.

Greetings
Niels Uphoff

Original comment by niels.uh...@gmail.com on 16 Jan 2009 at 7:38

Attachments: