Released 2x solved

xauUUL

I got less but I got best!
Collaborate
Registered
Joined
Jun 22, 2021
Messages
118
Points
43

Reputation:

solved
 
Last edited:

BattleKing

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

Reputation:

I want to disable new thread widgets replies section.

i used to use

[data-widget-key="Newposts"]
{
.structItem-startDate
{
display: none;
}
}

this but i want this for new thread widgets version.
xauUULcould you post some screenshots as well please
 

xauUUL

I got less but I got best!
Collaborate
Registered
Joined
Jun 22, 2021
Messages
118
Points
43

Reputation:

solved
 
Last edited:
View previous replies…

Soft4Win

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

Reputation:

000013.png


in the widgets new threads

that replies section.

i want to disable it.
xauUULSo you want to remove that no. of replies?
 

BattleKing

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

Reputation:

i want to remove:

replies:3

all text and number
xauUULCreate a template modification fro "thread_list_macros" and search for

Code:
<li>{{ phrase('replies:') }} {$thread.reply_count|number_short}</li>

replace with nothing.
 
Top