MyBB Community Forums

Full Version: Signature Query
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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>