Skip Navigation

[Resolved] I want to display user-information and filter for name and Custom Fields

This support ticket is created 6 years, 1 month ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 2 replies, has 2 voices.

Last updated by klausB 6 years, 1 month ago.

Assisted by: Shane.

Author
Posts
#1116472

I am trying to filter for specific user-fields in a view-loop (first name, last name).
I saw that toolset doesn't allow this and here is a solution that i don't want to use:
https://toolset.com/documentation/user-guides/how-to-create-custom-searches-and-relationships-for-users/

I have already 100 + Users in the database and they are already registered (with all the informations i need). I don't want the users to enter their data and create another post type because it would mean that i have to store this data in 2 ways and thats not a good solution.

Is there another way to create a view with listed WordPress-user-information and a Frontend-Filter that can be used to search for specific user-fields ?

#1116644

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Klaus,

Thank you for contacting our support forum.

Unfortunately no there isn't another way to do this, well not an easy way at least.

You aren't able to add frontend filters to your view that lists users.

Thanks,
Shane

#1118160

I made a custom JavaScript function and filtered through my own attributes on the DOM-Elements. With them I am able to set the display-property to "block" or "none".

Thank you for the reply.