Quote:
Originally Posted by Developer
yes it will work as forum permissions ... as i mentioned in feature no.6
|
Yes but you forgoten to put the condition in plugin <1>
Code:
if ($vbulletin->options['devel_sendup_onoff'] == '1' AND $foruminfo['allowupdate'] == '1')
{
if ($vbulletin->userinfo['userid'] == $threadinfo['postuserid'] OR can_moderate())
{
$show['send_update'] = true;
}
}