I can't find a setting to hide the LinkedIn icon when there is no url in the linkedin field.
This is working, but it shows the icon for all members:
Code:
<a href="//[cb_linkedin]" target="_blank"><img src="/images/linked/linkdin.png" alt="LinkedIn" /></a>
How do I proceed to hide it when cb_linkedin is empty?
Found it!
Code:
[cb:if cb_linkedin!=""]<a href="https://[cb_linkedin]" target="_blank"><img src="/images/linked/linkdin.png" alt="LinkedIn" /></a>[/cb:if]