1. mightyskeet
  2. General
  3. Tuesday, June 16 2015, 10:17 AM
Hello. Is there a way to connect the "litebox" or something like that to a profile? I would like to make a tiny (3-4 photos) photogallery in the profile and it's important to display photos in a separate window. Thanks in advance.
Accepted Answer
admin Accepted Answer
Admin
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
  1. more than a month ago
  2. General
  3. # Permalink
admin Accepted Answer
Admin
Hi,
sorry this is not a feature, you need to write some Javascript code to do this. :(
  1. more than a month ago
  2. General
  3. # 1
mightyskeet Accepted Answer
Thank you for your answer. Maybe there is a way to open the photos in a simple new html-window (_blanc)? I mean making images like links to a new page without writting js scripts?
  1. more than a month ago
  2. General
  3. # 2
mightyskeet Accepted Answer
Thank you for response. I will try it )
  1. more than a month ago
  2. General
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.