MyBB Community Forums

Full Version: Thread indicator where user added a post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Show indicator/icon/user avatar or whatever to thread page in forum where the user added reply to a thread. Something like XenForo. It would be nice to have in MyBB, because users will have an easy way how to see where they added a post.

Also icon for subsribtion (glasses in Xenforo) - now we have only a different folder icon, I would like ot add this icon to the right.


Thank you for your help!
Does it have to be the avatar? The dot icons in mybb work like this already, so if you reutilise the css for the doticons for a marker then you have it.

http://imgur.com/M9ypM6y

The blue line is a thread I have replied in.
Blue dot? I cannot see any in MyBB default theme... it would be awesome if you can share your code Smile
Its in the default - you can choose use dot indicators  

Board Settings  >  Forum Display Options
Use 'dot' Icons
Do you want to show dots on the thread indicators of threads users have participated in.
Yes/No
                   
and then you get the thread status indicators with a dot. This means you can use that css rule for the template.

[Image: ax5pBgc.jpg]
See the dot on the thread icon?
Ahh, now I see! thank you very much Smile

which css class is related to this dot pleasE?
They are all in the thread_status css.

Example
.thread_status.dot_hotfolder {
    background-position: 0 -20px;
}

So if you wanted to make a new sprite you could.
@leefish - could you be more specific please? I am not good at CSS styling Sad