By emilio_frank on
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.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.
Thanks
Thanks t-dub
I had the same problem and I thought correcting the permissions issue was going to be way more complicated as I am using the Open Atrium distribution. It wasn't complicated at all.
I just went to admin/people/permissions/roles and checked the user roles.
Newbies note that you will find the view options under 'Aggregator' and not 'Feeds' as you might expect.
H
RSS feeds items render different for Anonymous and admin users
Hello,
I am new to feeds in Drupal, I am also facing this issue.
In my case feed items are rendering properly for admin users but for anonymous users it shows old items.
I tried by giving access permission for "View news feeds" in Aggregator group in permission page to anonymous user but still did not got any success.
Any suggestions please.
Regards,
Ajay