CBServices, UM uses member directories to search instead and which have pretty good permission controls.
That said, if you want to prevent all visitors who are not logged in from searching your content or pages, I do have code for that. Users, however, will not be able to search and find those pages that they have access permissions for unless they are logged in.
Let me know,
I used
<?php if(is_user_logged_in()){ ?>
In my search.php now…
That works OK, but I would like to redirect to /login when not logged in 🙂
P.S. Boris, do you know if it’s possible te use the email AND admin validation together?
Yeah, I already have that indeed 🙂