First time here? Check out the FAQ!
2

Front page: what are the numbers on tags and how are avatars selected?
 

I noticed couple of strange bugs in the content of the (right hand side of) front-page of askbot installations :

  • The numbers next to the tags are wrong. For example, 'askbot' tag shows 4. When I click on the tag there are actually 87 questions with 'askbot' tag.

  • How is the contributors listed on the left side ? Are they the recent contributors ? On my site, it shows only 6 contributors when there are actually 10 contributors.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
kintali's avatar
141
kintali
asked 12 years ago
Evgeny's avatar
13.2k
Evgeny
updated 12 years ago

Comments

Edited the title, b/c it was not very meaningful. Also it's better when titles more or less sound like questions.

Evgeny's avatar Evgeny (12 years ago)
see more comments

1 Answer

1

The contributors and tags are shown for the currently selected questions, not for all questions.

So the numbers next to the tags are - how many times those tags were used in the questions matching the current selection constrained by tags, search query or what we call "scope" (all/unanswered/followed).

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 12 years ago, updated 12 years ago
link

Comments

So they are shown only w.r.t the 30 questions shown on the front page ?

kintali's avatar kintali (12 years ago)

It should be for current matching selection. Effectively every time content you see is essentially result of search, constrained by any parameters - like tags, query string or scope (all/unanswered/followed).

Evgeny's avatar Evgeny (12 years ago)

So - to be honest I don't even care about those numbers. If we remove them, then there will be less db activity and display will be simpler and there will be less confusion.

Evgeny's avatar Evgeny (12 years ago)

Yes. I am planning to remove them on my site.

kintali's avatar kintali (12 years ago)

Yes, less clutter is good.

jimt's avatar jimt (12 years ago)
see more comments