Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!

cracked.io | Best Forum Around | Free Premium Accounts


Poll: Good idea or bad idea ?
You do not have permission to vote in this poll.
Good idea
63.64%
7 63.64%
Bad idea
27.27%
3 27.27%
I don't use shoutbox
9.09%
1 9.09%
Total 11 vote(s) 100%
* You voted for this item. [Show Results]



 4211

Fix the shoutbox

by S4L - 18 January, 2023 - 11:22 AM
This post is by a banned member (S4L) - Unhide
S4L  
Heaven
8.191
Posts
2.350
Threads
1 Year of service
#1
(This post was last modified: 18 January, 2023 - 01:10 PM by S4L. Edited 2 times in total.)
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:
 
#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://cracked.io/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:
 
#shoutbox .window {
    overflow: hidden;
}
#shoutbox #container-main {
    display: flex;
    flex-direction: column-reverse;
    overflow: auto;
}
This post is by a banned member (LUL) - Unhide
LUL  
Heaven
7.246
Posts
1.517
Threads
3 Years of service
#2
(This post was last modified: 18 January, 2023 - 11:26 AM by LUL. Edited 1 time in total.)
Good Suggestion if someone really needs this... I am fine with the current order....
Add a settings to reverse messages order +1
  
[Image: xjezwen.gif]
[Image: IJpG0Ar.gif]  [Image: IJpG0Ar.gif]

           

 Feel free to check out the following links:
 General Rules | Posting Rules | Marketplace Rules 
⪦ Anti Leeching Upgrade | Terms of Service 


 
This post is by a banned member (S4L) - Unhide
S4L  
Heaven
8.191
Posts
2.350
Threads
1 Year of service
Bumped #3
This is a bump
This post is by a banned member (KnightChampion) - Unhide
This post is by a banned member (S4L) - Unhide
S4L  
Heaven
8.191
Posts
2.350
Threads
1 Year of service
Bumped #5
This is a bump
This post is by a banned member (S4L) - Unhide
S4L  
Heaven
8.191
Posts
2.350
Threads
1 Year of service
Bumped #6
This is a bump
This post is by a banned member (S4L) - Unhide
S4L  
Heaven
8.191
Posts
2.350
Threads
1 Year of service
Bumped #7
This is a bump
This post is by a banned member (S4L) - Unhide
S4L  
Heaven
8.191
Posts
2.350
Threads
1 Year of service
Bumped #8
This is a bump

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)