Quote:
Originally Posted by BirdOPrey5
Just for the info of those who may need this feature, I made this edit for it to not import images from 2 specific forums... I am releasing this for info only, I don't recommend you make this change nor will I support it.
|
Thanks, but I think you need to clarify which version you're using?
I'm using the current 1.0.2 and my
ie_cron.php file shown below does not have the additional ", forumid" on end of the $SQL string to search for?
Quote:
$SQL = "SELECT postid, dateline, pagetext
FROM " . TABLE_PREFIX . "post
WHERE iei_parsed=0
AND pagetext LIKE '%[/IMG]%'
ORDER BY postid";
|
Regards,
Doug