The users recent status block stops working after user has post 5 statuses, this happens every time regardless of what i do. It then goes back to showing the first status they every created and never update again.
This a major problem, as far as i can see this module is useless unless it gets fixed.
Comments
Comment #1
peter panes commentedThis is funny!
All I've done (and this appears to have fixed it) is find and replace all occurences of "ORDER BY sid DESC" and replaced with "ORDER BY status_time DESC" in facebook_status.module.
Dont know if ive broken anything yet!
Comment #2
icecreamyou commentedThis may have had something to do with an unusual SQL version/type, or maybe a caching issue... anyway you didn't break anything since sid and status_time are practically identical for sorting. I haven't been able to reproduce the issue at all, and I've never seen this reported before, so I'm going to assume it is a one-time problem.