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:
21 May 2011 at 17:45 UTC
Updated:
5 Jun 2011 at 06:42 UTC
Comments
Comment #1
icecreamyou commentedThis isn't possible without writing custom code. The SQL query to generate the list of status updates would need to look something like this:
Probably the easiest way to do this would be to write a Views filter that adds that WHERE clause. You can take a look at some of FBSS' custom filters for examples.