Discuss Scratch

Smitop
Scratcher
100+ posts

Why do the forums hide the post count?

I was looking at the post counting code, and for some reason the post counting code deliberately hides the post count. Code:
						{% if post.user.forum_profile.post_count > 1000 %}
							{% trans "1000+ posts" %}
						{% elif post.user.forum_profile.post_count > 500 %}
							{% trans "500+ posts" %}
						{% elif post.user.forum_profile.post_count > 100 %}
							{% trans "100+ posts" %}
						{% elif post.user.forum_profile.post_count == 1 %}
							{% trans "1 post" %} 
						{% else %}
							{{ post.user.forum_profile.post_count }} {% trans " posts" %}
Also, mods CAN see the exact post count. The below is what users look like to mods:

If the person in the image below had more than 100 posts, then it would show the exact count in the yellow box.

:)
Jonathan50
Scratcher
1000+ posts

Why do the forums hide the post count?

I don't know… very strange.
You can see your posts here though: https://scratch.mit.edu/discuss/search/?action=show_user&show_as=posts

Not yet a Knight of the Mu Calculus.
MegaApuTurkUltra
Scratcher
1000+ posts

Why do the forums hide the post count?

It's so that newer Scratchers aren't alienated when they see experienced users with enormous amounts of posts.

$(".box-head")[0].textContent = "committing AT crimes since $whenever"
Jonathan50
Scratcher
1000+ posts

Why do the forums hide the post count?

Smitop wrote:

						{% if post.user.forum_profile.post_count > 1000 %}
							{% trans "1000+ posts" %}
						{% elif post.user.forum_profile.post_count > 500 %}
							{% trans "500+ posts" %}
						{% elif post.user.forum_profile.post_count > 100 %}
							{% trans "100+ posts" %}
						{% elif post.user.forum_profile.post_count == 1 %}
							{% trans "1 post" %} 
						{% else %}
							{{ post.user.forum_profile.post_count }} {% trans " posts" %}
Use Django syntax highlighting[/offtopic]

Not yet a Knight of the Mu Calculus.
technoboy10
Scratcher
1000+ posts

Why do the forums hide the post count?

MegaApuTurkUltra wrote:

It's so that newer Scratchers aren't alienated when they see experienced users with enormous amounts of posts.
As well as to limit the amount of competition in forum posts (“HA I HAVE 10,000 POSTS NOW”). This was a big deal a while ago.

trans rights are human rights
CatsUnited
Scratcher
1000+ posts

Why do the forums hide the post count?

technoboy10 wrote:

MegaApuTurkUltra wrote:

It's so that newer Scratchers aren't alienated when they see experienced users with enormous amounts of posts.
As well as to limit the amount of competition in forum posts (“HA I HAVE 10,000 POSTS NOW”). This was a big deal a while ago.
They added it back in the 1.4 era. Before that, ^^^^^^

bottom text
MegaApuTurkUltra
Scratcher
1000+ posts

Why do the forums hide the post count?

technoboy10 wrote:

MegaApuTurkUltra wrote:

It's so that newer Scratchers aren't alienated when they see experienced users with enormous amounts of posts.
As well as to limit the amount of competition in forum posts (“HA I HAVE 10,000 POSTS NOW”). This was a big deal a while ago.
To encourage quality over quantity I guess

$(".box-head")[0].textContent = "committing AT crimes since $whenever"
Rumanti
Scratcher
1000+ posts

Why do the forums hide the post count?

MegaApuTurkUltra wrote:

technoboy10 wrote:

MegaApuTurkUltra wrote:

It's so that newer Scratchers aren't alienated when they see experienced users with enormous amounts of posts.
As well as to limit the amount of competition in forum posts (“HA I HAVE 10,000 POSTS NOW”). This was a big deal a while ago.
To encourage quality over quantity I guess
To educate people over-addicted to big numbers. Though I still see people who posts a lot of … posts just to get a 1000+

:wq
MegaApuTurkUltra
Scratcher
1000+ posts

Why do the forums hide the post count?

Rumanti wrote:

MegaApuTurkUltra wrote:

technoboy10 wrote:

MegaApuTurkUltra wrote:

It's so that newer Scratchers aren't alienated when they see experienced users with enormous amounts of posts.
As well as to limit the amount of competition in forum posts (“HA I HAVE 10,000 POSTS NOW”). This was a big deal a while ago.
To encourage quality over quantity I guess
To educate people over-addicted to big numbers. Though I still see people who posts a lot of … posts just to get a 1000+
Posts removed by mods should count as -5 IMO (limit to 0 or positive score ofc)

$(".box-head")[0].textContent = "committing AT crimes since $whenever"

Powered by DjangoBB