2014-11-20, 08:30 PM
Hi there,
I've currently got my profiles on my site displayed in tabs. I currently have a tab for the users signature. Can you tell me how I can make it only show that tab if they have set a signature?
Fixed this with
<if !empty($memprofile['signature']) then>
</if>
I've currently got my profiles on my site displayed in tabs. I currently have a tab for the users signature. Can you tell me how I can make it only show that tab if they have set a signature?
Fixed this with
<if !empty($memprofile['signature']) then>
</if>