Hi,
to do this you can do a workaround:
For each image field
- Create HTML delimiter field type shown only on profile page with this code in description
<a href="/{user image1_field_alias displayed raw}" target="_blank">{user image1_field_alias_mini displayed}</a>
- Set image field to not show on profile page and add this condition
if equal to custom value '' (leave empty custom value parameter) hide previous HTML delimiter field
Instead image field, you will see in the profile page the HTML delimiter (if image is not empty) with custom output.
NOTE:
this code {user image1_field_alias displayed raw} will be replaced with images URL
this code {user image1_field_alias_mini displayed} will be replaced with thumb image
This sintax comes from our content plugin, docs at
https://www.easy-profile.com/docs/26-plugin-content.html