PDA

View Full Version : Why isn't this user banned?


kkinsey
11-01-2011, 06:35 PM
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 :D
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 |
+--------+-------------+----------------+-------------+-------------+---------+------------+------------+-------------------------------------------+

Thanks bunches!

Lynne
11-01-2011, 06:37 PM
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.

kkinsey
11-01-2011, 06:42 PM
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 1320172982 at 1320172982 ---------------

Thanks Lynne. :)