Quote:
Originally Posted by ChU v2
You mean, if they don't AIM, MSN, Yahoo, or Skype in the one of the other profile fields, the myspace and facebook images don't work? I tried this and didn't have a problem.
|
If they don't have either of those, then nothing appears under "Contact" in the user profile.
I worked on it for a while and was able to fix it by changing this in MEMBERINFO:
Code:
<if condition="$show['hasimicons']">
to this:
Code:
<if condition="$show['hasimicons'] OR $userinfo['field7'] OR $userinfo['field8']">
Now it works as it should. Thanks!