MyBB Community Forums

Full Version: register number problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi,
my problem acp and forum stas total registered users number same,but Newest Member posbit reg.no: not same,
sample:
index stats and acp stats total registered users:1.100
posbit Newest Member register no:1.204 Confused

how fix my problem?
thanks.
Rebuild them with the rebuild tool in the admin panel.
Regards.
rcpalace Wrote:Rebuild them with the rebuild tool in the admin panel.
Regards.

yes ı start rebuild tool but same..
Link to forum please.
roy Wrote:posbit Newest Member register no:1.204 Confused
What is the "register no"? Are you referring to the uid?

If so, the uid will usually be higher than the number of users on the board.
ZiNgA BuRgA Wrote:
roy Wrote:posbit Newest Member register no:1.204 Confused
What is the "register no"? Are you referring to the uid?
yes, uid ZiNgA BuRgA,posbit:
{$post['uid']}

Quote:If so, the uid will usually be higher than the number of users on the board.

cause not same ZiNgA BuRgA?

thanks.
If you delete users, the number of users on the forum will decrease, but the uid that was deleted will not be re-used. Thus, as Zinga said, the uid will be higher than the number of users on the forum.

This is how the database works, and the most efficient and least risky way to assign IDs to new data on the forum. You will need a modification to change this functionality.

Personally I would not recommend going through the work to do this, just to change a number to make it look "nice".
wery thankings Dennist and Zinga Burga for informative answers.

thanks rcpalace for your help.