I have a phpBB installation. I’ve added custom profile field called ‘insurance number’. Every user has different value there. I would like to get a user that has the value equal to ‘1234’.
How to get a user by the custom field?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
First do:
To check the name of the custom field. It could be
insurancenumber,insurance_numberetc.A query like this will select your data: