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 |
+--------+-------------+----------------+-------------+-------------+---------+------------+------------+-------------------------------------------+
Thanks bunches!