Registration Dates

Status
Not open for further replies.
Agree, and add the reaction score in big numbers over your pfp so people can judge how valuable your comments are.
Ah, but that just shows the cumulative score, not how valuable your comments are. A user that has made 100 posts and has 1000 reaction score (10 reacts per post) makes more engaging posts than a user with 10,000 reaction score and 20,000 posts (a paltry one react for every two posts.) What you really want is reaction score divided by post count.
 
Yeah that works. Just use the css names I use. Keep in mind we're in year 8 so you need 8 colors. I suggest pink for 2021 with a backup color because I'll probably keep pink or rainbow as the color for the current_year.
Here's what I got:
1636643387492.png

Due to lack of imagination+laziness the 2012/2013 color is just darker red. As for the CSS, two versions are used for both dark and light theme, but I'm sure it will be dealt with backend dark magic.
CSS:
.joined-2012,
.joined-2013 {
  color: #c74141;
}
.joined-2014 {
  color: #e77070;
}
.joined-2015 {
  color: #dda357;
}
.joined-2016 {
  color: #d8cc63;
}
.joined-2017 {
  color: #85dd8c;
}
.joined-2018 {
  color: #7bbbf0;
}
.joined-2019 {
  color: #8381f8;
}
.joined-2020 {
  color: #b981f8;
}
.joined-2021 {
  color: #f881e4;
}
Code:
.joined-2012,
.joined-2013 {
  color: #9e0000;
}
.joined-2014 {
  color: #d84545;
}
.joined-2015 {
  color: #d38c2f;
}
.joined-2016 {
  color: #c7b831;
}
.joined-2017 {
  color: #2abb36;
}
.joined-2018 {
  color: #3295e6;
}
.joined-2019 {
  color: #3230ce;
}
.joined-2020 {
  color: #7430ce;
}
.joined-2021 {
  color: #ce30ce;
}
Oh yeah, since I don't have a backup color for 2021 I suggest using standard font color in case the pink doesn't work out.
 
Custom titles for year date would be funny too, even if they're inaccurate for the individual user.

2016 - Trump Elected Bandwagoner
2017 - Charlottesville Riot Observer/Chris Chan Tranny Chaser
2018 - Idea Guys Heckler/Yaniv Trainwreck Observer
2019 - New Zealand Shooter/Weeb Wars Degenerate
2020 - Biden Election Copium Addict lol
2021 - Chris Chan Incest Fetishist
 
Last edited:
I like the pink color, it matches with my whole profile (well, sort of. it should be more purple)
 
Yeah that works. Just use the css names I use. Keep in mind we're in year 8 so you need 8 colors. I suggest pink for 2021 with a backup color because I'll probably keep pink or rainbow as the color for the current_year.
This might be overly ambitious, but would it be possible to automate it by using HSL colour representation and just going up in hue by increments of 360 / (years since 2013)?
 
Status
Not open for further replies.
Back