zedr/wordpress2plone

Comments unordered

Closed this issue · 8 comments

Hello,

I'm testing this script. The comments are unordered (don't follow comment_ID order or comment_date order).

Any idea to solve this?

Thanks!

Manuel

zedr commented

Hi, I'll release an updated version of the script today. Thanks for raising the issue.

zedr commented

Fixed in #50ff47bad33da633fb12f5356c6007fb16151bfd. Let me know if it works for you now.

I will try it this afternoon and inform you. Thanks! Manuel

Working OK with WPMU 2.7.1 & Plone 4.1.4 after change comment_post_ID to comment_ID.

Great!!!

\ ;-)

Thanks,

Manuel

zedr commented

Thanks for the feedback.

OK migrating to Scrawl Blog Entry after change "News Item" to "Blog Entry".

\ ;-)

Tomorrow I will try migrate to FTW Blog Entry...

Thanks,

Manuel

OK migrating only WP pages to Plone documents:
1.- News Item => Document
2.- WHERE post_author = u.ID AND post_status='publish';""" => WHERE post_author = u.ID AND post_status='publish' AND post_type = 'page';"""

\ ;-)

OK migrating only WP entries to FTW blog entries:
1.- News Item => BlogEntry
2.- WHERE post_author = u.ID AND post_status='publish';""" => WHERE post_author = u.ID AND post_status='publish' AND post_type = 'post';"""

But not importing WP categories to FTW categories, neither WP tags to Plone tags.

Regards,

Manuel