The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Why isn't this user banned?
Doing an import from another platform. On the other platform, this user isn't allowed to post. Wondering if anyone knows why it's not true in vB, also?
My current guess is that it has to do with the groupid fields, but I thought maybe a guru was in da house Code:
mysql> select * from userban where userid=1280; +--------+-------------+----------------+-------------+-------------+---------+------------+------------+-------------------------------------------+ | userid | usergroupid | displaygroupid | usertitle | customtitle | adminid | bandate | liftdate | reason | +--------+-------------+----------------+-------------+-------------+---------+------------+------------+-------------------------------------------+ | 1280 | 0 | 0 | Banned user | 0 | 0 | 1262325600 | 2114402400 | Banned by Admin prior to vBulletin switch | +--------+-------------+----------------+-------------+-------------+---------+------------+------------+-------------------------------------------+ |
#2
|
||||
|
||||
That table is for users who are banned via the Ban User option. It is not a list of all the users that were just moved into the Banned Usergroup.
|
#3
|
|||
|
|||
For the archives: usergroupid=8 (probably optional; this is the default 'banned users' group). adminid=1, and that should probably do it. liftdate=0 for "never lift this ban".
Never hurts to try it in the AdminCP --------------- Added [DATE]1320172982[/DATE] at [TIME]1320172982[/TIME] --------------- Thanks Lynne. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|