XF 2.3 Last poster on new messages

AndreaMarucci

Well-known member
Hello previously I had a theme that whowed the last poster for each thread seeing the new messages. Now I've reverted back on the default theme and, as you can see, I'm no more able to see who is the last poster on each thread. How can I do that?

1729802530535.webp
 
Solution
D
You can add this to your extra.less template:
Less:
@media (max-width: 650px) {
    .structItem-cell.structItem-cell--iconEnd {
        display: table-cell;
    }
}
What gets displayed can depend on screen size.

For xenforo.com I can see last poster in landscape mode, but not portrait.

On the desktop, if you maximize the window size, you should see last poster. Then just manually reduce the window size and you can watch how the responsive style behaves with small screen widths.
 
Back
Top Bottom