PDA

View Full Version : Quick Email Finder


Keyser S?ze
09-29-2005, 10:00 PM
this is a port from my 3.0.x hack

just as easy, there is some slight code modifications in 3.5 thats different so be sure to get the new txt file

works in 3.7.3 PL1



/////////////////////////

what this does is, it adds a "quick email finder" on the main page of the admincp, my site really needs this which is why i have added it

updated 4/1/08 (no April fools jokes here) Part of the code was incorrect causing the "exact match" not to work right, is now fixed.

buro9
10-06-2005, 08:49 AM
Simple, and very very useful. Thanks loads.

Oh, and you have an extra pair of braces in your instructions file ;)

exegete
01-13-2006, 07:30 AM
Extremely useful.

Thanks. :D

LiveMicSociety
03-08-2006, 04:12 PM
Installed :up:

htscpl
04-26-2006, 10:17 AM
<font color="seagreen">*** installs ***</font> Nice, saves me a lot of time. Thanks

Henry :laugh:

Keyser S?ze
04-01-2008, 10:50 PM
mod has been updated, i dont know if this ws a result of future versions of VB or always a problem, but the exact match didnt work right in 369, fixed now

mod works in all versions from 3.5 to 369

Keyser S?ze
09-10-2008, 11:23 PM
this worked fine in 3.7.2 but stopped working in 3.7.3 :(

anyone know why?

Mosh
09-12-2008, 01:46 AM
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):
<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.

Keyser S?ze
09-15-2008, 02:37 AM
ha, screw using mine, ill just use yours, save me from having to readd it every time they release a new version

i got some other slight modificaations id love to see made into a product, these accually still work

it just removes the admin notes and puts the statistics under the quick links section, if ud be wiling to make that into a product

Mosh
09-17-2008, 11:23 AM
ha, screw using mine, ill just use yours, save me from having to readd it every time they release a new version

i got some other slight modificaations id love to see made into a product, these accually still work

it just removes the admin notes and puts the statistics under the quick links section, if ud be wiling to make that into a product
I had a quick look, and I don't see how they can be made into a product. So, you would have to make the edits, like you are already doing.