Quote:
Can you set this to specific forums?
|
yes u can
open the plugin
find
PHP Code:
if($vbulletin->userinfo[userid]!= $m AND can_moderate($forumid, 'canremoveposts') == false or $vbulletin->userinfo[userid] == 0)
replace with
PHP Code:
if($forumid == 1 and $vbulletin->userinfo[userid]!= $m AND can_moderate($forumid, 'canremoveposts') == false or $vbulletin->userinfo[userid] == 0)
and set $forumid == ?
to the one u whant