Block user search
I'm using my Vanilla install as a ticket support system for clients. I would like to block clients from being able to do a search to find other users.
I've checked through the forum and the available extensions, and haven't found anything that would do this.
Anyone have any ideas on how to accomplish this??
I've checked through the forum and the available extensions, and haven't found anything that would do this.
Anyone have any ideas on how to accomplish this??
0
This discussion has been closed.
Comments
- commented some details from /themes/search_results_users.php
- commented line 82 of library/Vanilla/Vanilla.Control.SearchForm.php
- commented "Advanced User Search Form" from /themes/search_form.php , but left fieldset tags that it wouldn't break ShowAdvancedSearch() function, like this:
// Begin Advanced User Search Form echo '<fieldset id="SearchUserFields">'; /* ... */ echo '</fieldset> </div>';
Not the secure nor best solution, but it's enough at the moment