Discovered in #1274794: Filter view according to custom user field. -- FBSS currently automatically JOINs on the {users} table if {users} data is used. However, there is no Relationship to the Users view handlers, so you can't do things like filter Statuses views by Profile module fields. I've already written and tested the relationship but it's commented out in statuses.views.inc because it adds a duplicate JOIN if used together with the automatic JOINing (which the default Views currently use).

So, the steps required are:

  • Remove the automatic JOINing.
  • Un-comment the Relationship with the Users data.
  • Make sure the Statuses views that need Users data are using the Relationship.