About node

UNKNOWN PH

RUSH ARMY
Registered
Joined
Jun 9, 2019
Messages
606
Points
73

Reputation:

image.png


is there any template modification or addons for xenforo which will have NEW in the node as in the screenshot
 

UNKNOWN PH

RUSH ARMY
Registered
Joined
Jun 9, 2019
Messages
606
Points
73

Reputation:

Soft4Win

Developer
Staff member
Moderator
Collaborate
Registered
Joined
Apr 27, 2019
Messages
370
Points
103

Reputation:

UNKNOWN PHActually that option is generally managed by theme itself, so check your theme style properties and see if they have an option of new badge in style properties of your theme.

image.png


or

Try this in extra.less:


CSS:
.node.node--forum.node--unread h3.node-title:after {
    content: "NEW";
    display: inline-block;
    background: red;
    padding: 2px  5px;
    font-size: 9px;
    color: #FFF;
    margin-left: 5px;
    position: relative;
    top: -2px;
}
 
Last edited:

UNKNOWN PH

RUSH ARMY
Registered
Joined
Jun 9, 2019
Messages
606
Points
73

Reputation:

Actually that option is generally managed by theme itself, so check your theme style properties and see if they have an option of new badge in style properties of your theme.

image.png


or

Try this in extra.less:


CSS:
.node.node--forum.node--unread h3.node-title:after {
    content: "NEW";
    display: inline-block;
    background: red;
    padding: 2px  5px;
    font-size: 9px;
    color: #FFF;
    margin-left: 5px;
    position: relative;
    top: -2px;
}
Soft4Winthank you that worked with extra.less
 

UNKNOWN PH

RUSH ARMY
Registered
Joined
Jun 9, 2019
Messages
606
Points
73

Reputation:

@Soft4Win how about node how can change it to gird node like this on screenshot? is there a template modification for that
image.png
 

Soft4Win

Developer
Staff member
Moderator
Collaborate
Registered
Joined
Apr 27, 2019
Messages
370
Points
103

Reputation:

UNKNOWN PH

RUSH ARMY
Registered
Joined
Jun 9, 2019
Messages
606
Points
73

Reputation:

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,497
Points
523

Reputation:

UNKNOWN PH

RUSH ARMY
Registered
Joined
Jun 9, 2019
Messages
606
Points
73

Reputation:

It would be good if you search from time to time the forum yourself, then you will find the most of the answer, if you do not find it, then raise the question.

Thanks for using ENXF.NET
BattleKingI did a search but what comes up is not related to what I want btw thank you again
 
Top