Exclude certain users from search results
-
I guess this is more of a suggestion or proposal, but I’ve edited the class.BBoss_Global_Search_Members.php file on line 77, to exclude certain users from showing up on search results.
I changed:
$WHERE[] = “1=1”;To:
$WHERE[] = “1=1 AND user_email NOT LIKE ‘%examplestring%'”;I would like to suggest having the option to add in these exclusions in the plugin settings.
- The topic ‘Exclude certain users from search results’ is closed to new replies.