Reputation:
Reputation:
Like this and only for conversations?
View attachment 30999
or
View attachment 31000
View attachment 31001
View attachment 31002
Reputation:
Reputation:
Reputation:
.structItem-parts>li:nth-child(even) {
display:none;
}
.structItem-parts .structItem-startDate {
display:none;
}
Reputation:
here is the codes for what you are looking to do i just found them it only works for the topic not on the homepage
add to extra less
HTML:.structItem-parts>li:nth-child(even) { display:none; } .structItem-parts .structItem-startDate { display:none; }
Reputation:
Reputation:
not working
[data-template="conversation_list"]
{
.structItem-latestDate {
display:none;
}
}
<xf:date time="{$userConv.last_message_date}" class="structItem-latestDate" />
{{phrase('latest')}}
<xf:date time="$userConv.Master.last_message_date" />
<dl class="pairs pairs--justified"><dt>{{ phrase('last_reply_date') }}</dt> <dd><xf:date time="$conversation.last_message_date" /></dd></dl>
Reputation:
this seems not to work