I know where to find the list of users, but where does it say the total number of users on Super User/Stack Overflow/Server Fault?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

Go to the users page, then go to the end and see how many pages there are. Multiply the number of users per page by the number of pages minus 1, then add the users on the last page.

users = (#perpage * #pages-1) + #onlast page

link|improve this answer
28,042 users currently...Thanks! – studiohack Apr 26 '10 at 0:27
2  
You might want to add some parens there... – Charlie Somerville Apr 26 '10 at 0:31
2  
You might also want to apply a rep cutoff to select a set more like those users that actual use the site... – dmckee Apr 26 '10 at 1:19
@dmckee, you have a point...in this case, I was just wondering about how many people were registered with SU.... – studiohack Apr 26 '10 at 2:00
@Charlie, got it – Lance Roberts Apr 26 '10 at 5:25
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged