The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
Ban instead of delete during Moderation?
Looking to ban users rather than delete them when moderating new registrations. Can someone confirm the following change though before I make a backside of it.......
Find the following in user.php (line 1854?): Code:
delete_user($userid); Code:
$DB_site->query("UPDATE " . TABLE_PREFIX . "user SET usergroupid = x WHERE userid = $userid"); I know I'll need to change the deleted e-mail to read differently etc...... Cheers in advance. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|