The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
What is the user banning function?
Removed
|
#2
|
|||
|
|||
I don't think there's a single function that makes it quite that easy (well, there could be but I don't know of one). But you could look in inlinemod.php around line 1225, the section that starts like this:
Code:
switch ($vbulletin->GPC['useraction']) { case 'ban': It uses a user data manager to set the user's usergroup to the banned group, and also writes a record to the userban table. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|