I've seen this issue reported a few times, and have tried all solutions (filtering, custom module, clearing views cache). Basically, all Views to see streams are only viewable by "Admin".

Comments

icecreamyou’s picture

Component: Code - Functionality » User interface
Assigned: mtconto » Unassigned
Category: bug » support
Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)

1) RC3 isn't supported.
2) Check the permissions?

And, you're saying the views aren't visible at all, or just the individual status updates?

mtconto’s picture

I'll have to double check that it's rc3 when I get home. The statuses aren't appearing for anyone other then admin. I can post a status as someone else,and I can see that status as admin (so its in the database), but there is nothing in the view for the non admin person who posted it. Checked my permissions. Authenticated user has access to everything other then permissions relating to "all" (ie edit all).

icecreamyou’s picture

Also check that users have permission to use the input filter you're using

mtconto’s picture

Version: 6.x-3.0-rc3 » 6.x-3.x-dev

hey icecream. I have my filter set to Filtered HTML and under Input Formats, under Filtered HTML, I have All roles may use default format.

I am using 6.x-3.x-dev

I have cleared my views cache.

So when I log in as Admin, I see all the comments with the fbss_ur_stream and facebook_status_stream views. If I log in as a test account (non-admin) I have the comment box, but nothing below after i post a comment.

if i log back in as admin, i see the comment from my test account (even though it never shows within the test account itself).

Under Permissions I have all check for authenitcated user except:

delete all statuses
edit all statuses
send messages to all users at once
view all statuses

mtconto’s picture

ok... i just checked "view all statuses" in permissions and now i see comments.

isn't this mislabeled? i would assume "view all statuses" to mean that the admin can see every single status post by every single user. shouldn't it real "view all friend's statuses"? i assume that is what it really means?

looks like i may have found my answer!

now... next question... the comments do not refresh upon clicking the share button. i need to manually refresh the page. other then that, i think i'm all set...

icecreamyou’s picture

Status: Postponed (maintainer needs more info) » Fixed

"View all statuses" means "view all statuses." There is no "view all friends' statuses."

Views don't allow very granular permissions, so by default the FBSS views only show to users who have the "view all statuses" permission, but users can still see their own statuses if they go directly to a status URL. If you want to keep users from viewing statuses that were posted by people they're not friends with, that is quite a bit more involved.

There are various reasons a view may not refresh automatically when a status is shared, and many of them have been answered in the queue already or in the Troubleshooting section of the documentation. Please keep each issue to one problem.

Also, it helps if you distinguish between "comment" and "status," because it's possible to comment on statuses and status comments are different than statuses.

mtconto’s picture

thanks IceCream. Sorry for mixing issues.

I thought the fbss_ur_stream view was meant to capture only friends statuses (per http://drupal.org/node/1287796). Is that not the case? I am

icecreamyou’s picture

The fbss_ur_stream view does only show friends' statuses. But that's just view filters, not related to permissions.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.