Alfabetical order by default
-
Dear Sirs,
At this moment not all profiles are shown in the default modus. The default modus is right now on active order. When I go to the alphabetic order. All profiles come up. I want to switch this default with the Alphabetical order.
How can I set Alphabetical order as default in Members page? You can go to liefdenshoek.com/members if you want to see the page.
I already tried to add the following code to the members-loop.php, but it did not work:
do_action( ‘bp_before_members_loop’ );
if ( bp_ajax_querystring( ‘members’ ) == ” ) {
$queryString = “type=alphabetical&action=alphabetical&page=1”;
} else {
$queryString = bp_ajax_querystring( ‘members’ );
} ?>I hope to hear from you soon!
Regards,
Lucii
- You must be logged in to reply to this topic.