Lack of interest In forum view, move the Sticky/Locked icons to the left of title, or as avatar overlay

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

beerForo

Well-known member
Often when browsing a forum, even though I've read it 100 times, I am fooled by the stickies, thinking it's the top of new threads. It's all about your field of vision and instant recognition. Move the sticky icon to the left of the title, instead of right-aligned in the row. The lock icon as well. People will know it's locked immediately. Thanks for considering.

Or as overlays, explained below:
 
Last edited:
Upvote 3
This suggestion has been closed. Votes are no longer accepted.
They could even be avatar overlays. Little circles at the top with the lock and sticky. The same way the small circle at the bottom shows you have posted. :) #more #modern ;)

This way they can show everywhere.
 
Often when browsing a forum, even though I've read it 100 times, I am fooled by the stickies, thinking it's the top of new threads. It's all about your field of vision and instant recognition. Move the sticky icon to the left of the title, instead of right-aligned in the row. The lock icon as well. People will know it's locked immediately. Thanks for considering.

New thought! See below:

why not just use css and do it yourself?
 
I totally get doing it myself, but it also seems like an idea people would appreciate in the core.
 
Last edited:
Perhaps in the interim this addon would help you,
 
Add this to your extra.less template:

Less:
[data-template="forum_view"], &[data-template="whats_new"], &[data-template="whats_new_posts"] {
    .structItem-statuses {
        float: none;
        &>li {
            margin-left: 0;
            padding-right: 5px;
        }
    }
}


Result:

195124




Also check this resource (updated code):
 
Last edited:
Awesome, thanks! Is it all or none, or can the Watching icon stay on the right with code mod? Thanks for the contribution!
 
The only thing I've had against this sort of approach for myself is depending on what icons are visible or not, the thread titles tend to bounce around and aren't in alignment.. Nothing major though if it makes those statuses easier to find for your members!
 
Back
Top Bottom