First time here? Check out the FAQ!
1

incorrect number of user questions displayed

In the default view of a user's profile, the amount of displayed questions is limited to 100. So the number 100 is always displayed, even if the user asked more than 100 questions.

I checked the source code and the number 100 is hard-coded in the function user_stats() in users.py. It's probably not very common, but we need to get rid of this limitation :)

Is it safe to simply remove the slice, or are there other related things that we have to be careful about?

piskvorky's avatar
350
piskvorky
asked 2011-11-17 15:19:18 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Nice, thanks. I will be away till monday, but Adolfo might fix it.

Evgeny's avatar Evgeny (2011-11-17 21:05:03 -0500) edit
add a comment see more comments

1 Answer

1

Confirmed. Will be fixed soon.

Thanks!

Fitoria's avatar
1.1k
Fitoria
answered 2011-11-18 14:18:43 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments