I need to update all users status to recent so they appear on the members list. I am using buddypress.
If you need anything else, just ask.
|
I need to update all users status to recent so they appear on the members list. I am using buddypress. If you need anything else, just ask. |
|||
|
|
BP uses a meta value called 'last_active' to determine who should be shown in the Members directory. You can write a loop that will set this value for each member. I should note, though, that manually setting this 'last_active' value can lead to misleading results, since the string 'active x minutes ago' appears throughout BuddyPress, and in this case will have been forged. Anyway, something like this:
You may want to insert some logic for excluding spammed/deleted members, but how that's done depends on whether you're running multisite. |
|||
|
|