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

peter panes’s picture

This 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!

icecreamyou’s picture

Status: Active » Fixed

This 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.

Status: Fixed » Closed (fixed)

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