dlcomplete
New Member
I need this mods.Please.......
Disable Hard Thread/Post Deletions - vBulletin.org Forum
Disable Hard Thread/Post Deletions - vBulletin.org Forum
andThis thread is now in the Modification Graveyard.
.This modification cannot be downloaded - it is available for information purposes only.
if ($userid == $bbuserinfo['userid'])
{
if ($bbuserinfo['permissions']['adminpermissions'] & ISMODERATOR)
{
DEVDEBUG(' USER IS A SUPER MODERATOR');
return 1;
}
}
if ($userid == $bbuserinfo['userid'])
{
if ($bbuserinfo['permissions']['adminpermissions'] & ISMODERATOR)
{
DEVDEBUG(' USER IS A SUPER MODERATOR');
if ($do != 'canremoveposts')
{
return 1;
}
else
{
return 0;
}
}
}