Quote:
Originally Posted by merkaz
there are many posts with images in my forum and the images is works and valid .. this mod Replaced these iamges with the clear.gif ...
even if " Remove Invalid Images " set to no .. this mod remove these images so now I have alot of posts without images ...
too bad I didn't know this until now ..
the post before the mod work :
Attachment 136631
after
Attachment 136632
the images on my forum is gone awaaaaay 
|
First, make sure to clear the post cache if you have any (truncate table: 'postparsed'). And maybe this will solve also other problems.
If you have a backup, you may replace the old posts:
Change the queries from 'INSERT INTO' to 'REPLACE INTO' from the 'post' table only. Also, consider to uninstall the plugin first (reason: additional field in post table). Of course, if users have edited their posts, they are overwritten by the restore. Thus, consider to make another backup before restore
Finally, the product is running quickly through all posts unless the post count is very small or the interval very large. If your server is setup to allow download documents via CURL, there should be no issue, however, if there
are issues with downloading you would have find out when testing.