(2013-05-24, 06:42 PM)Destroy666 Wrote: 1. - probably caused by 3. You have a redundant ) somewhere.
2. and 3.
1,2,3 - comma separated group ids which aren't allowed to view PMs.<if in_array($mybb->user['usergroup'], array(1,2,3)) then> <if $mybb->settings['enablepms'] == 0 then> {$lang->pms_disabled} </if> </if>
Not sure why you want to use $mybb->settings['enablepms'] for that, so the result of the code I posted may be unexpected for you.
thanks
worked without error
But messenger disable for all group
I use this form
<if in_array($mybb->user['usergroup'], array(2,1,5,13)) then>
<if $mybb->settings['enablepms'] == 0 then>
{$lang->pms_disabled}
PM links code
</if>
</if>
I cant speak english well