Closed (fixed)
Project:
Facebook-style Statuses (Microblog)
Version:
6.x-3.x-dev
Component:
Code - Functionality
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 May 2012 at 05:10 UTC
Updated:
19 May 2012 at 15:00 UTC
Comments
Comment #1
icecreamyou commentedThis is not available without writing a little bit of code and it's not something I'm going to add to the module (anyway, the D6 branch isn't getting any new features). Implement
hook_facebook_status_user_access_alter()(docs) for the friend/relationship module you're using. This question has been asked several times before, there are some examples in the queue of what that code might look like for similar situations and various relationships modules (here is one for User Relationships).Comment #2
ajayg commentedThank you ! That is a good pointer.