coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: tini on June 06, 2007, 08:56:03 PM

Title: Search - Help!
Post by: tini on June 06, 2007, 08:56:03 PM
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  ;)
Title: Re: Search - Help!
Post by: Joachim Müller on June 07, 2007, 12:59:11 PM
Not that I'm aware of. Use phpMyAdmin as a workaround.
Title: Re: Search - Help!
Post by: tini on June 08, 2007, 02:28:09 PM
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??
Title: Re: Search - Help!
Post by: Stramm on June 08, 2007, 05:24:25 PM
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)