Display "NEW" icon on unread posts

Unmaintained Display "NEW" icon on unread posts

Compatible XF 2.x versions
  1. 2.0
  2. 2.1
Display a "NEW" blocked icon at the end of any unread post text.

Add the following code to the extra.less template without changing it.

CSS:
.structItem.is-unread .structItem-title a:not(.labelLink):after {
    content: "NEW";
    display: inline-block;
    background: @xf-uix_primaryColor;
    padding: 1px 4px...
You do not have permission to view the full content of this resource. Log in or register now.
Author
stunod29
Views
2,036
First release
Last update

Ratings

0.00 star(s) 0 ratings
Top Bottom