MyBB Community Forums

Full Version: [SOLVED] Need Conditional code please
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Could you help me with the conditional please?

I want to wrap:

Additional Info About & Contact Details in the conditional so that if user gets banned the content of Additional Info About & Contact Details will be hidden!

This one works great!

<if ($memprofile['usergroup'] !== '7') then>
code
</if>