Quote:
Originally posted by Andrus
Is there a way to have this apply to specific users rather than the entire memberlist or usergroup?
|
It would be wiser to create a new usergroup, then move the users to this usergroup but if you want otherwise, change this line:
PHP Code:
if (!in_array($bbuserinfo[usergroupid],$log_exempt_usergroups))
to:
PHP Code:
if ($bbuserinfo[userid]==X OR $bbuserinfo[userid]==Y)
And replace X & Y with the userid of the users