Searching “active” users
-
Hi,
I searched through the forum and couldn’t find a reply for this issue. My apologies if it already has been posted.
I have a number of users who have not logged in yet. I changed my members-loop.php file and am using
<?php if ( bp_has_members( bp_ajax_querystring( 'members' ) . 'type=alphabetical' ) ) : ?>to show all members in the directory, including those who have not logged in yet.But, when searching the directory, these members do not show up in the results. Once they log in, they show up in the search results. But shouldn’t they already be showing since they are visible on the directory page (before logging in)?
The topic ‘Searching “active” users’ is closed to new replies.