MyBB Community Forums

Full Version: <if> Statement (Template Conditionals)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm using template conditionals to hide some portal boxes on the forum. But I can't seem it to work. Please help me.,..

The following is example, portal box will be hidden when using administrator account. But the portal box is hidden on all user group.

<if $mybb->user['usergroup'] != 4 && strpos(','.$mybb->user['additionalgroups'].',',',4,') === false then>
	Sidebox Code
</if>

got it guys Smile constant practice needed!