Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
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 Thanks for you.