I am the webmaster of an interactive news portal where aggregator2 is an integral module. I am trying to make the transition from Drupal 4.6.5 to 4.7 (the themes are so much better) but I can't until aggregator2 works with 4.7. There is not currently an official 4.7 version of aggregator2 released but the cvs version does have some edits to make it ready for 4.7. Right now, the agggregator2 module works well but it is not generating blocks with the titles of the feed items. Does anyone know how to fix this? Thanks!

Comments

donkilo’s picture

I am an idiot. It was in the Aggregator2 settings.

donkilo’s picture

Title: Aggregator2 does not generate blocks with 4.7 beta 5 » Nevermind - still doesn't work

Nevermind, even if the option is enabled, Aggregator2 does not generate blocks.

seaneffel’s picture

Don't know if this is a consideration, but I found that none of the blocks would generate until I was switched into 'online mode'. Offline mode seems to prevent aggregation of RSS feeds.

webchick’s picture

Title: Nevermind - still doesn't work » Aggregator2 does not generate blocks with 4.7 beta 5
budda’s picture

Assigned: Unassigned » budda
Status: Active » Fixed

The fix is the if (variable_get('aggregator2_create_feed_blocks', 0) == 1) { should be if (variable_get('agg2_create_feed_blocks', 0) == 1) {

I tweaked the module in CVS to fix this small error.

Anonymous’s picture

Status: Fixed » Closed (fixed)