XF 2.2 News on my forum page

Inspecting the page, it looks like it may be this:

And @Brogan ,
to take advantage of this thread, do you know if this label with the word NUEVO is an addon or can be changed from xenforo?



Thanks again!
 

Attachments

  • 1626972428855.webp
    1626972428855.webp
    24.3 KB · Views: 35
Last edited:
That's a customisation which can be done easily enough - it doesn't require an add-on.

Try this in extra.less:

Code:
.structItem.is-unread .structItem-title a:not(.labelLink):after {
    content: "NEW";
    display: inline-block;
    background: red;
    padding: 2px 5px;
    font-size: 9px;
    color: #FFF;
    margin-left: 5px;
    position: relative;
    top: -2px;
}
 
@guillemarinsanchez@gmail. just saw this thread after responding to your other post in my thread.

The CSS provided is technically for when viewing forums (thread list). I believe you want to show the new on the forum index itself.
We have an option in our styles (Style properties -> Node/forum list -> New node title indicator. Check that.

Any further help, please reach out on our site or the style's resource thread.
 
Back
Top Bottom