2013-05-24, 04:06 AM
^ use if condition in usercp_nav_messenger template (User Control Panel Templates)
you can put starting of the if condition at the top of usercp_nav_messenger and end it at the bottom (x is usergroup number)
you can put starting of the if condition at the top of usercp_nav_messenger and end it at the bottom (x is usergroup number)
<if $mybb->usergroup['gid'] != x then>
usercp_nav_messenger template code
</if>