Skip to main content

πŸ€” Sort by

Please,
Could you simplify things to make the system easier for users, who may not even see this option or think to use it? Personally, I would remove this feature and keep only the β€œnew activity” display. I’d also like to add that I don’t know anyone who would use alphabetical sorting, even though it’s offered as an option.

Thx

David

πŸ€” Sort by

I think it would be the easiest to just hide with CSS. Use fluentsnippet / codesnippet, then inspect the element and write to gpt β€œhide this element” and it will give you the code πŸ‘πŸ»

D@vid

TjaΕ‘a PeterleΒ 
I thought about it, but since I don't know which option will be set by default, I'd rather not touch it.
Thx

D@vidΒ you set default option inside of portal settings so if you hide it with css it won’t be affected πŸ˜„ I have it the same as I prefer β€œnew activity” feed

D@vid

TjaΕ‘a PeterleΒ 

Hello,

Thank you for the reminderβ€”I had completely forgotten that this option existed in the settings. I removed the selector using the code below (in case it helps other users). I left the text, but I changed it with Loco Translate so that a little encouraging message appears: β€œAt your own pace, no stress.”

.el-select.fcom_minimal_select { display: none !important; }

You can remove the manual sorting option from settings and add Manual default sorting.

D@vid

Shahjahan JewelΒ is there a similar option for courses ?

D@vid

Tindaro BattagliaΒ 

.el-select.fcom_minimal_select.space_sort_select {
display: none !important;
}

D@vidΒ for courses ?

D@vidΒ precious!

D@vid

Bad news!
Removing the selector that lets you change the display order of posts also removes the selector used to choose the discussion space when creating a post.