Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

"New" count not appearing

When I create a new discussion I expect to see that there is a new post to look at as I see in our forum running 2.6


However in my test forum I don't see that


Am I missing something obvious here?

Comments

  • I don't think I have ever seen that. Not even on this vanillaforums

  • KasparKaspar Moderator
    edited February 2019

    Is styled with

    .HasNew {
        // css here //
    }
    


    Bootstrap theme

    .label-warning, .HasNew {
        background-color: #f89406;
    }
    custom_slate.css?v=2.5.1:12
    .HasNew, .Item .Meta .MItem.Category a, .token-input-token {
        display: inline;
        padding: .2em .6em .3em;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        border-radius: .25em;
    }
    custom_slate.css?v=2.5.1:12
    .HasNew, .Item .Meta .MItem.Category a {
        font-size: 75%;
        font-weight: 700;
        line-height: 1;
        vertical-align: baseline;
    }
    




    Keystone theme

    .DataList .HasNew.HasNew, .DataList .NewCommentCount, .DataList .Tag-Announcement, .DataTableWrap .HasNew.HasNew, 
    .DataTableWrap .NewCommentCount, .DataTableWrap .Tag-Announcement, .MessageList .HasNew.HasNew, .MessageList .NewCommentCount, 
    .MessageList .Tag-Announcement {
        background-color: rgba(0,0,0,0);
        border: 1px solid #e14658;
        border-radius: 3px;
        color: #e14658;
        display: inline-block;
        font-size: 12px;
        font-weight: inherit;
        height: auto;
        line-height: 1.5;
        padding: 0 3px;
        white-space: nowrap;
    }
    



    **Above pictures are from version 2.8 - but have had it on several 2.6.x versions

  • KasparKaspar Moderator

    Would be realy nice to find out how to have similar for categories in category view.

  • Thanks @Kaspar , that really helped me and I now have that little flag back that I am sure would have been pointed out as "missing" by users on my Forum

  • KasparKaspar Moderator

    Good to hear :-)

Sign In or Register to comment.