Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to order members list alphabetically by default

In the Template-File members-loop-php I inserted the following Code at the top of the file:

`

<?php
if ( bp_ajax_querystring( ‘members’ ) ==””)
{
$queryString = “type=alphabetical&action=alphabetical&page=1”;
}
else {
$queryString = bp_ajax_querystring( ‘members’ );
}
?>

…`

Skip to toolbar