Posted by emilio_frank on October 10, 2009 at 6:48am
Hi There,
I am a newbie to drupal so this could be a silly question.
Firstly I created a RSS Feed block which appears on left hand side of web page. The RSS items correctly appear for a logged in user. However when I look at site from another browser(where I am not logged in) I can see the RSS Feed Block but no feed Items appear.
I have adjusted permissions for RSS Feed Block so that anonymous can view the block and I have
added/noticed following permissions for anonymous:
Aggregation module:
view all feed items
view all feeds
Node module:
access content
Can anyone suggest what I can do to get this working? Work arounds?
Thanks in advance,
Emilio
Comments
RSS Feeds
We're working on a new Drupal Project and notice the same issue as Emilio_frank: RSS feeds only display in the admin login. Anonymous user don't see it...
We've moved blocks, menus, etc. Any clues?
Drupal 6.14
PHP5.x
Mysqli
It's likely that what you're
It's likely that what you're missing is the
access news feedspermission. Head over to admin/user/permissions and enable that permission for anonymous and authenticated users.~t-dub
http://t-dub.net
in my case, anonymous users
in my case, anonymous users weren't able to view feed items because "Validator:" under "Validator options" was not set to basic validation in the feed-item/rss-feeds-block-single Views. "RSS Feed Block Item" seems to type cast nodes created from "RSS Feed Block"(in my case, "Story" nodes); nodes created from RSS Feed Block can be displayed in either feed-item or rss-feeds-block-single paths.
Drupal 6 / Ubercart / PHP / MySQL Developer