Aurore Hublé
|
Wednesday 20 September 2006 5:42:38 am
Hi everybody I meet some problems with the extension Ezxnewsletter.
I don't understand how a newsletter is created. When I click on "create newsletter", I have a tree-parts form with a firstpart "Edit newsletter", a second to create article and the third to recurrence. When I click on "Ok" to valid article's creation (or if I remove the draft of the article) any newsletter appear in the newsletter list (under newsletter type view). However, with phpmyadmin, I can see a newsletter has been added in my database. I understand a thing, the status of the new newsletter is at 0 (=> draft). If I change "handly" this field, newsletters appear ! I found the code "$this->setAttribute( 'status', eZNewsletter_StatusPublished );" in the publish() fonction of ezxnewsletter class. But this fonction seems never be called, why ? Sorry for my poor english, if you want more explain on this, don't hesitate.
Regards, Elea
|
Aurore Hublé
|
Thursday 21 September 2006 12:07:07 am
Yes, I didn't see how use cron for the moment. Is the newsletter status in relation with cronjob ? I talk about status (published or draft) not about send status (buldingList, Sendind, Finished,stopped). I will see that, thanks for your answer.
|
Xavier Dutoit
|
Thursday 21 September 2006 9:47:49 pm
Hi, Not sure what your question is, but the status of the newsletter content (article) is linked to the status of the newsletter a draft being a newsletter's draft, and ready to send once you save it. You can't find your newsletter on the left hand column (second bloc, by status ? X+
http://www.sydesy.com
|
Aurore Hublé
|
Friday 22 September 2006 12:08:31 am
Hi
If I save the article or if I remove the draft, it's the same. The newsletter stay with the status of draft (I see that in phpmyadmin). I see newsletter draft in the left menu too, it's run. But the only way to see the newsletter under the newsletter type view is to change the status in phpmyadmin.
|