Search - Help! Search - Help!
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Search - Help!

Started by tini, June 06, 2007, 08:56:03 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

tini

Is there anyway of searching a user by their email address in the gallery? A Hack? Addon? Anything. I really need this feature.
Please let me know  ;)

Joachim Müller

Not that I'm aware of. Use phpMyAdmin as a workaround.

tini

do you mean like a cpanel? can you please tell me how to do that via phpmyadmin?? is it possible to search for email addresses in the gallery via phpmyadmin??

Stramm

SELECT * FROM `cpg1410_users` WHERE `user_email` LIKE '%tramm%'
ORDER BY `user_name` ASC


would spit out all users that have tramm in their email addy, eg. stramm@hishomeemail.com
(replace tramm with whatever you want to search)