XF 2.2 How to add custom sort to member statistics / notable members

CStrategies

Member
I've been searching for help on adding custom member statistics, but every post ends up with someone saying "Go to ACP and add member statistic".

However, I'm having trouble figuring out the correct way to implement a php callback for this that will return the correct format. So I thought it would be easier to update the "Sort" menu in the form. I have a custom column in the xf_user table like mycustom_count and I want mycustom to appear in the dropdown for "Sort" when adding a new member statistic. Can't figure that one out.
 
Figured this out. You can do this by modifying the getDefaultOrderOptions method in XF\Searcher\User (or whatever your custom member stat group is).
 
Back
Top Bottom