Quote:
Originally Posted by mkdevo
would it be possible to exclude certain usergroups from following the auto-merge rule
|
yep, just add the to the condition
PHP Code:
if ($type != 'thread' AND $threadinfo['lastpost'] > TIMENOW - $dp_settings['timespan'] AND $threadinfo['lastposter'] == $post['postusername'])
that part:
PHP Code:
AND !in_array($bbuserinfo['usergroupid'], array(1,2,3))