I'd like to have a sort option for my views that lets me list biography nodes in order of how many buddies each user has.

What code should I add to bio_views.inc to create this new sort option?

Comments

allie micka’s picture

Status: Active » Closed (won't fix)

This seems like it would be pretty tricky for Views to manage in D5. You should consider an upgrade to D6, and then see what you can do with relationships and buddylist(flag?) views support.

bflora’s picture

Thanks, Allie. That's not really an option as I'm running a production site with 90+ modules. Moving to D6 would be prohibitively expensive in both time and money. Is there something about the D5 views that makes this particularly hard?