π€ 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
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 ππ»
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
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.
Shahjahan JewelΒ Thx
Shahjahan JewelΒ is there a similar option for courses ?
.el-select.fcom_minimal_select.space_sort_select {
display: none !important;
}
D@vidΒ for courses ?
D@vidΒ precious!
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.