In the member list area under member search, can I congregate the search bar.
It is very annoying to click “email address” etc when trying to search. I would like it to search all fields.
PLEASE LET ME KNOW IF THIS IS POSSIBLE.
Thanks.
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
August 09, 2010 10:05pm
Subscribe [2]#1 / Aug 09, 2010 10:05pm
In the member list area under member search, can I congregate the search bar.
It is very annoying to click “email address” etc when trying to search. I would like it to search all fields.
PLEASE LET ME KNOW IF THIS IS POSSIBLE.
Thanks.
#2 / Aug 10, 2010 10:38pm
Is this even possible?
#3 / Aug 11, 2010 8:50pm
Bump. Is it possible?
#4 / Aug 12, 2010 4:33pm
Bump. Possible or Impossible?
If possible, please let me know how.
#5 / Aug 12, 2010 4:53pm
This is not possible out of the box I am afraid.
#6 / Aug 12, 2010 4:57pm
Ok, thank you for a straight answer!
Do you think it would be moderatly simple to edit anything to get this done? If so, how?
If not, its fine.
Thanks!
#7 / Aug 12, 2010 5:22pm
I don’t think it would be impossible but you’d need a custom solution. Basically some PHP that searches the complete database.
#8 / Aug 12, 2010 5:30pm
Ok, thanks. I think I will leave it be for now.
If anyone can come up with some specific code or step-by-step instructions, let me know!
Thanks for all your help!
#9 / Aug 12, 2010 6:31pm
Where is the query module located? I am trying to run this code
select exp_members.member_id, exp_members.username, exp_members.screen_name,
exp_member_data.m_field_id_2 as city
from exp_members, exp_member_data
where exp_members.member_id = exp_member_data.member_id
and exp_member_data.m_field_id_2 > ‘’ order by exp_members.member_id asc
for the Custom Member List from the EE Wiki
I know this is a simple question. =]