Post
Topic
Board Meta
Re: [Feature added] Color besides usernames for Ignored by % of established members.
by
BurtW
on 05/06/2013, 20:06:06 UTC
Current rules are:
Is this still true or has the system been changed?

I adjusted the thresholds.

Old:
Current rules are:
- 0.35% of very-established users ignore you: no public highlight, but a range on your posts that only you can see
- 0.5% of very-established users ignore you: light highlight
- 0.75% of very-established users ignore you: medium highlight
- 1% of very-established users ignore you: dark highlight

New:
Current rules are:
- 0.35% of very-established users ignore you: no public highlight, but a range on your posts that only you can see
- 0.5% of very-established users ignore you: light highlight
- 1% of very-established users ignore you: medium highlight
- 1.5% of very-established users ignore you: dark highlight

Also, I made the light highlight lighter.

and

I changed the algorithm to take into account your number of posts.

ignore_ratio = (established_ignore_count + 1 - posts / 500) / total_established_users

The range that you might see under your avatar is no longer quite accurate, though it's pretty close.
TY.