Flair for new discussions as well as new comments?
Is there a way to also flag new discussions as "new" to a user? Right now, they're only seeing the little "new" flair for discussions they've participated in and some content can be overlooked.
Running 2.6.4, theme is Colors 1.1.1.
0
Comments
The appropriate CSS class is already there, but if you cannot see it, then the theme author hasn't styled it. That might be on purpose or an error. You can inspect such element for the correct class and apply the same style to those discussions as to other new discussions by help of e.g. the CSSEdit plugin
@R_J Do you know what it's supposed to be called? I only know a little bit of CSS and I appreciate the insight!
@jeongwee Is this a feature or a bug?
Discussions usually all have the classes
.Item,.ItemDiscussionIf the user looking at the page:
.Mineclass is added.Participatedclass is added.Unreadclass.NewclassBut css selectors are somewhat tricky. Without inspecting your very forum, it is not possible to give good advice on what you can try as a selector to do the desired changes