Originally Posted by Destined
 Hover to view full quote
I spent some time earlier and got it working on 3.7.x actually didn't take much time at all.
Heres a quick fix for all that are interested
1) get the class_rss_poster.php from a 3.6.7 (i think 3.6.7 was the last version before it was changed you might need an earlier one if it still doesnt work) package and rename it to class_rss_poster_icc.php and place it into your sites includes directory.
2) in the install package for this mod get to the the includes/cron folder and open up icc_get_content_cron.php
find:
require_once(DIR . '/includes/class_rss_poster.php');
replace with:
require_once(DIR . '/includes/class_rss_poster_icc.php');
Thats it that will get you back online with this on 3.7.x. The reason it stopped working is due to changes implemented with the rssposter bot so that it verifies that the xml feed called using the rssposter class is a valid rss file or atom file type and if its not it returns false.
Enjoy
|
Used this on vb 8.2x, and works fine. If I remember correctly, This only pulls feeds (never posting back). However, Still fills up with members and adds content as expected..
I think most problems are around the Yahoo API, it HAS TO BE Configured with one for it to work PERIOD!..