The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
User ID problems...
Can someone please explain to me how I can have a user id of 24 for a member when I only have 21 members on the board? And how do I fix it?
|
#2
|
|||
|
|||
well, you have obviously deleted some members, right ?
|
#3
|
||||
|
||||
No, I haven't deleted any members. My member's list shows 21, The Admin CP user find (Find All Users) shows 21. There are 21 members there.
Quote:
|
#4
|
|||
|
|||
maybe the others are placekeepers for an admin, mod, supermod; so that the entries are not completely empty ??
(i dont really know) |
#5
|
||||
|
||||
I guess I don't really follow you here. Is this normal or is there something I can and need to do to fix it?
Quote:
|
#6
|
|||
|
|||
I am assuming you have downloacded the source code for a forum (probably VB), and in that case I'd suggest looking through the DB ebtries to see exactly what else has been assigned to those other ID entries.
(i dont know anything about vB :ermm: ) |
#7
|
||||
|
||||
the userid has an autoincrement function in the db, so for every user it is set up by one, but if you delete a user, the gaps won't be filled.
so if so has the userid 24 it is the 24th user which has registred on your board, but this means not, that 23 users are already registred, because if you have created a test user, and deleted this account, it was a registred member, and so the userid has a gap there now. |
#8
|
||||
|
||||
Is there a way to reset it to take out any gaps? I didn't add any test users or anything like that so I don't know WHERE the gaps came from. I have the same problem with my quotes. I have a 4 quote difference in there, too. There I did delete some, but it should have filled up the empty spaces. It did for a couple of quotes I deleted but not the rest. I went in to myphpadmin and couldn't find a way to delete anything (like the gaps).
Quote:
|
#9
|
||||
|
||||
try this query:
[sql] ALTER TABLE user AUTO_INCREMENT = 0; [/sql] |
#10
|
||||
|
||||
That didn't change anything. It still shows my 21st user (last one) with an ID of 24.
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|