Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Sort by xprofile field on Members page


Tosh
Participant

@xberserker

I’m looking to do something similar. I want to sort members by who has the most points. Any direction would be helpful.

Here is the sql when points are logged:

‘ global $wpdb;
$wpdb->query(“INSERT INTO `”.CPDB.”` (`id`, `uid`, `type`, `source`, `points`, `timestamp`)
VALUES (NULL, ‘”.$uid.”‘, ‘”.$type.”‘, ‘”.$source.”‘, ‘”.$points.”‘, “.time().”);”);’

Skip to toolbar