Skip Navigation

[Resolved] Displaying user sign up location

This thread is resolved. Here is a description of the problem and solution.

Problem:
Third party plugin's (memberpress) user fields are not available in View.
Solution:
Use this shortocde:
[wpv-user field="mepr-geo-country"]
[wpv-user field="mepr-address-one"]

Remember to change field slug in above code.
Relevant Documentation:

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

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
- 12:00 – 17:00 12:00 – 17:00 12:00 – 17:00 12:00 – 17:00 12:00 – 17:00 -
- 18:00 – 21:00 18:00 – 21:00 18:00 – 21:00 18:00 – 21:00 18:00 – 21:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 3 replies, has 2 voices.

Last updated by randallH-3 6 years, 9 months ago.

Assisted by: Noman.

Author
Posts
#614534
Screen Shot 2018-02-09 at 2.15.58 PM.png

I am trying to create a list of users where location is going to be displayed.

I can find the location fields in the query filter but not in the fields selector on views.

#614617

Noman
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hi Randall,

Thank you for contacting Toolset support. Please share your Debug Information with us so we can see it? I have enabled debug info box for your next reply:
https://toolset.com/faq/provide-debug-information-faster-support/

Can you please provide temporary access WP-Admin Login and FTP login info to your site, I need to take a look at your setup.

Your next answer will be private which means only you and I have access to it.

=== Please backup your database and website ===

✙ I would additionally need your permission to de-activate and re-activate Plugins and the Theme, and to change configurations on the site. This is also a reason the backup is really important.

✙ Please provide link to [View] Edit Screen.

Thank you

#615252

Noman
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hi Randall,

I have added Memberpress user fields using following shortcode:

[wpv-user field="mepr-geo-country"] 
[wpv-user field="mepr-address-one"]

And it working as expected. You can see result here:
hidden link

Here is doc for more details:
https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-user

Can you please check and confirm?

Thank you

#615471

Thanks!