I created some delimiters to show Facebook and Linkedin images (instead of links) along with adding a custom field in the Edit Profile for the User to enter their FB or Linkedin profile ID.
The images show on the User's List and link directly to the person's Facebook or Linkedin page.
Due to way I had to code these the images always show.
Is there anyway to get the images to not show if the person hasn't entered in their profile ID?
The code for the delimiters is:
<a href="/https://linkedin.com/{user linkedin displayed raw}"><img src="/images/linkedin.jpg" alt="" width="30" height="30" /></a>
I tried doing this using Conditions in the Parameters but couldn't quite figure it out.