Sort Alphabetically function
-
Is there a “sort-alphabetically” function that can be used for the “Members Widget” so that the widget displays the users sorted from A to Z based on first name… Similar to “My Friends – Alphabetically”
Looking for a function that I can use in place of say “get_newest_users()” in the code below
<?php $users = BP_Core_User::get_newest_users( $options[\'max_members\'] ) ?>
Checking to see if there’s any function already there that I can call, rather than create a new one . Any help is appreciated.
Here’s a screenshot of what I’m working on (local intranet) and where it could be useful on the homepage. http://bit.ly/VceH6
And oh Yes, that’s a buddy press site… true and true. I’m in the beginning stages of developing well designed FREE buddypress themes.
You must be logged in to reply to this topic.