Damaged - Embrace the Infinite

Step into the world of endless opportunities and unlock the gateway to virtual transactions.

  • Domain Update: Our Forum has moved! Please visit us at Damaged.gg for the latest updates.

Cracked.io Community Must add Attention Message for New Users

BoDJa

Divine
Divine Royal Elite member Premium Reverser

0

0%

Status

Offline

Posts

823

Likes

984

2

Years of Service

New users must have this attention bar on their profiles:

[Image: wQYrl8W.png]

Ticketmaster Accounts Aged 2002 - 2018
[Image: 0Bl9S0A.gif]
 

22z

LOG.FO
Contributor Elite member Premium

0

0%

Status

Offline

Posts

699

Likes

755

Rep

43

1

Years of Service

Dey

Elite member
Elite member Premium

0

0%

Status

Offline

Posts

462

Likes

546

Rep

879

1

Years of Service

people will still be dumb
[Image: lxKYkWl.gif]
[Image: lxKYkWl.gif]
 

S4L

Divine
Divine Contributor Premium

1

100%

Status

Offline

Posts

3,654

Likes

1,293

Rep

876

11

Months of Service

I've always had a hard time following what was going on in the shoutbox, and I discovered why today : the messages order
New messages display at the top, then it stacks, while the message input area is at the bottom.
I'm sure it's a choice, but the UX is horrible...

My suggestion : Add a settings to reverse messages order
This CSS works perfect :
Code:
Code:
#shoutbox #container-main {
display: flex;
flex-direction: column-reverse;
}

Preview :

[Image: Screenshot-95.png]


It's possible to add this CSS ourselves, but it would be simplier and more welcoming to new members who may not know about the custom CSS thing


EDIT :
https://Damaged.gg/Thread-Scroll-issue-on-Home-page
It fixes the scroll issue partially. There will still be a scroll issue, but it will scroll up (instead of down) until you have scrolled past the shoutbox. So all the homepage features can be used without random scrolls !

EDIT 2 :
My code introduce a bug : the shoutbox can't be scrolled (as it changed from display:table to flex)
The following code will add a working scrollbar, but it will not fix the scroll issue on home page (previous EDIT)
Code:
Code:
#shoutbox .window {
overflow: hidden;
}
#shoutbox #container-main {
display: flex;
flex-direction: column-reverse;
overflow: auto;
}
 

48,655

38,233

238,383

Top