*moved*
to exclude admins/mods just edit the main plugin, and modify this condition:
PHP Code:
if (/*!ismod() AND !is_hack_forum($threadinfo['forumid']) AND */$type != 'thread'
AND $dp_threadinfo['lastpost'] > TIMENOW - $vbulletin->options['xen_dp_timespan'] * 60
AND $dp_threadinfo['lastposter'] == $vbulletin->userinfo['username']
AND $dataman->fetch_field('attach') == 0)
the code what to add, is already posted in this thread on page 1
@forumcounters: yep, seems that this is a bug.
i thought the datamanager does that automatically, seems not...