Quote:
Originally Posted by Keyser S?ze
this worked fine in 3.7.2 but stopped working in 3.7.3
anyone know why?
|
This will fix your issue
Your code needs to be inserted at around line 973 (no longer at line 563) of the
admincp/index.php file.
You also need to remove the following line from your code, as it will not work (only works when searching for users via their username, not email address):
PHP Code:
<input type="submit" class="button" value="' . $vbphrase['exact_match'] . '" tabindex="1" name="user[exact]" />
I made a hack based on the idea of yours that does not do a file edit (as you made this hack
Re-usable Code, I released mine for v3.7.x (works with all versions of v3.7 including v3.7.3PL1, although it will also work for v3.6.x too). You might want to grab that instead, check my profile for the hack location.