cancel
Showing results for 
Search instead for 
Did you mean: 

How do I get a more dense view of threads / posts

How can I get a more Classic Forum view, say just the Subject/Title, like an email client, where I can see 50 posts, perhaps 25 to the physical height of the screen?

Posting to main "Board" as there isn't a selection for "About Forum" or more appropriate venue.

Also no appropriate "Label"

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
1 ACCEPTED SOLUTION

Accepted Solutions
LWChris
Associate III

For the time being, I have created a userstyle: https://userstyles.world/style/12669/community-st-com-condensed

.custom-message-list article.custom-message-tile,
.message-list article.custom-message-tile {
    padding: 10px 0;
}
.custom-message-list article.custom-message-tile > footer .UserAvatar > img,
.message-list article.custom-message-tile > footer .UserAvatar > img {
    height: 25px;
    width: 25px;
}
.custom-message-list article.custom-message-tile > div h3,
.message-list article.custom-message-tile > div h3 {
    font-size: 16px;
    padding: 8px 0 4px;
}
.custom-message-list article.custom-message-tile > div p,
.custom-message-list article.custom-message-tile > div figure,
.message-list article.custom-message-tile > div p,
.message-list article.custom-message-tile > div figure {
    display: none;
}
.custom-message-list article.custom-message-tile > aside,
.message-list article.custom-message-tile > aside {
    font-size: 10pt;
}
.custom-message-list article.custom-message-tile > div h3 *,
.custom-message-list article.custom-message-tile > aside *,
.message-list article.custom-message-tile > div h3 *,
.message-list article.custom-message-tile > aside * {
    font-size: inherit !important;
}

Preview image of the forum with the userstyle appliedPreview image of the forum with the userstyle applied

View solution in original post

16 REPLIES 16
STOne-32
ST Employee

@Lina_DABASINSKAITE  Your help is much appreciated @Amel NASRI 

Amel NASRI
ST Employee

Hi @Tesla DeLorean ,

You can customize your view from Your Profile > Settings > Preferences > Display.

I let @Lina_DABASINSKAITE confirm or provide appropriate answer to your questions.

-Amel

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

Amelie ACKERMANN
Community manager
Community manager

Hello @Tesla DeLorean,
as mentioned, you can customize your personal settings to define the number of topics to display on the page when viewing a forum board. However, if I understand your request correctly, you suggest only seeing the title/subject line of a post without the currently following teaser of the first few lines of the question. This would require a change in the CSS style. We will pass on your suggestion to Khoros as platform provider and get back to you as soon as we have more information on the feasibility. 

Thanks,
Amelie

I don't think the current settings can achieve what I'm looking for. The image shows my screen height and relative density of the SparkFun vs ST Forum post list views. My gmail view is twice as dense as the SparkFun's, and I can increase or decrease the density/size via Ctrl[+] or Ctrl[-]

ST Implementation show about 4 post details per screen, vs 16 or so from SparkFun

Think of it as a more Executive / Manager view point, the title should convey enough detail to engage or not, and I can see replies/views and authors at a glance.

st_vs_sparkfun_screen_density_001.jpg

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

Hi @Tesla DeLorean , 

Thanks for sharing. I can't promise the exact solution you pointed out but we will work on it with the UX team to make the activity display more extensive. 

BR,
Lina


In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
LWChris
Associate III

For the time being, I have created a userstyle: https://userstyles.world/style/12669/community-st-com-condensed

.custom-message-list article.custom-message-tile,
.message-list article.custom-message-tile {
    padding: 10px 0;
}
.custom-message-list article.custom-message-tile > footer .UserAvatar > img,
.message-list article.custom-message-tile > footer .UserAvatar > img {
    height: 25px;
    width: 25px;
}
.custom-message-list article.custom-message-tile > div h3,
.message-list article.custom-message-tile > div h3 {
    font-size: 16px;
    padding: 8px 0 4px;
}
.custom-message-list article.custom-message-tile > div p,
.custom-message-list article.custom-message-tile > div figure,
.message-list article.custom-message-tile > div p,
.message-list article.custom-message-tile > div figure {
    display: none;
}
.custom-message-list article.custom-message-tile > aside,
.message-list article.custom-message-tile > aside {
    font-size: 10pt;
}
.custom-message-list article.custom-message-tile > div h3 *,
.custom-message-list article.custom-message-tile > aside *,
.message-list article.custom-message-tile > div h3 *,
.message-list article.custom-message-tile > aside * {
    font-size: inherit !important;
}

Preview image of the forum with the userstyle appliedPreview image of the forum with the userstyle applied

Hello @LWChris , 

Thanks for the effort and proposal, looks great! We are currently working on a "new look" and will implement the change once ready.

Regards,
Lina


In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.

Hello @Lina_DABASINSKAITE ,

that's great news! My userstyle was a quick makeshift solution, until the official "new look" is available from the settings, which obviously has a lot more potential by shuffling or reformatting the contents entirely.

The style's not perfect, but in the meantime it's getting the job done "good enough" I guess. I can get 9 topics in the space where usually 3 and a headline would've been. And most importantly, it's available now, giving your team as much time as necessary to thoroughly develop the actual board feature, while users have a simple way to achieve a better experience during the wait.

Best regards,
Chris

Looks like this has been implemented ":natively".

One small step, and took not even even half a year.

JW