
02-02-2006, 01:05 PM
|
 |
|
|
Join Date: Sep 2004
Location: Athens, Greece
Posts: 454
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Xenon
*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...
|
U mean to edit the .xml file before install it as a product yes? And mark the above code in the xml and put the one u give on page 1?
Sorry, just be more sure
|