Skip Navigation

[Resolved] cant access buddypress profile fields

This support ticket is created 6 years, 11 months 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.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 1 reply, has 2 voices.

Last updated by Christian Cox 6 years, 11 months ago.

Assisted by: Christian Cox.

Author
Posts
#599586

I am trying to create a view that shows all user fields.
But i have no options to show buddypress custom profile fields.
It doesnt appear in anyway in toolset...

#599651

Hi, Types and Views are able to access User fields from other plugins when they are stored in the standard usermeta database table as user meta values. BuddyPress uses custom tables to save their extended profile User fields, so Toolset plugins are not able to access them for display or filtering. If you are trying to display these fields, check out the BuddyPress documentation here:
hidden link

They have some code examples that you can use to access these fields in PHP. You could use those examples to create custom shortcodes that will display this information in a View of Users. However, filtering by these fields will require custom code.