I know this is my mod, but since it's basically just based off of two other mods... I have a question on how to possibly edit it further to make it look better. I have it set to where only my usergroups, 2, 6, 7, 9, 20, 21, are able to see it... but if they don't fill out the information or don't have information to provide, the "My Social Networks" still shows with the box around it.
How would I be able to have the box show ONLY when at LEAST one of the fields has been entered?
I'm sure it's somewhere along the lines of
Code:
<if condition="$show['field5']">
However... Would I have to enter that three times for each one? 5, 6, and 7? Or is it possibly to make it
[CODE]I know this is my mod, but since it's basically just based off of two other mods... I have a question on how to possibly edit it further to make it look better. I have it set to where only my usergroups, 2, 6, 7, 9, 20, 21, are able to see it... but if they don't fill out the information or don't have information to provide, the "My Social Networks" still shows with the box around it.
How would I be able to have the box show ONLY when at LEAST one of the fields has been entered?
I'm sure it's somewhere along the lines of
Code:
<if condition="$show['field5']$show['field6']$show['field7']">
? That doesn't seem like it'd work... but does anybody have any idea? If so, please provide, I'll updated and give credit. =)