Skip Navigation

[Resolved] I am trying to: I have added a picture to user fields and want to display it in

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

Problem:
I have added a picture to user fields and want to display it in a view. However I cannot find a way to test the field to see if it is empty. field added to user fields is "Family Photo"

Solution:
I suggest you try with Views shortcode [wpv-conditional] to check if the user's image field isn't empty, then do want you want, for example:

[wpv-conditional if="( '[wpv-user field='wpcf-family-ohoto']' eq ''  )"]
          Family Photo is empty, do something here
[/wpv-conditional]

Relevant Documentation:
https://toolset.com/documentation/user-guides/conditional-html-output-in-views/using-shortcodes-in-conditions/

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
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 3 replies, has 2 voices.

Last updated by Luo Yang 6 years, 9 months ago.

Assisted by: Luo Yang.

Author
Posts
#547113

I am trying to: I have added a picture to user fields and want to display it in a view. However I cannot find a way to test the field to see if it is empty. field added to user fields is "Family Photo"

#547271

Dear oliver,

I suggest you try with Views shortcode [wpv-conditional] to check if the user's image field isn't empty, then do want you want, for example:

[wpv-conditional if="( '[wpv-user field='wpcf-family-ohoto']' eq ''  )"]
          Family Photo is empty, do something here
[/wpv-conditional]

More help:
https://toolset.com/documentation/user-guides/conditional-html-output-in-views/using-shortcodes-in-conditions/

#548419

thanks, excellent and simple

#548597

You are welcome

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.