The last week I worked with wordpress_import-6.x-2.1 and it was very good.
I modified the source and I would like to suggest a feauter.

Process images for this post - when the module downloads the needed images and replace the path in the urls - just works on the body of the node. This process runs after the creation of the node teaser so if the excerpt is not empty the teaser of the node will be contains some old urls.

I create some changes in the code, please review and test it!

Comments

Webappz’s picture

Status: Active » Needs review
StatusFileSize
new1016 bytes

I send the needed patch.

Webappz’s picture

StatusFileSize
new720 bytes

I send the correct patch.

Webappz’s picture

StatusFileSize
new2.75 KB

I reviewed the previous patch and found some errors.
I fixed my mistakes, replaced the first param in the wordpress_import_process_post_images() function and added some comments.