Evening everyone. I'm relatively versed in the basics of Drupal -- I've launched a number of sites using the Drupal platform and I love it.

I'm having trouble displaying the aggregator blocks for all users. All is well when I'm logged in, but the blocks don't appear when I'm logged out. I've TRIPLE checked that I have the blocks containing the feed outputs are viewable for both authenticated and non-authenticated users. I presently have all of the rss outputs pumped into the right column. When logged out, the non-rss-related content appears fine, but no dice with the aggregated content. Any suggestions? I have a feeling that this is one of those simple solutions, but I'm just missing it. Any help would be greatly appreciated. Thanks!

EP

Comments

WorldFallz’s picture

You've handled the block permissions-- but did you give the anonymous role "access news feeds" permission at admin/user/permissions?

ep-1’s picture

Thanks. That was it. I KNEW it was something elementary that I was just overlooking.

Cheers,
EP

WorldFallz’s picture

Excellent- always check the permissions page when you see behavior like this. You never know when a module will throw in a permission, lol. ;-)

ep-1’s picture

Thanks again. These forums really help bone heads like me along. Have a good one.

EP

leingang’s picture

Same problem, same solution! Thanks for this.