Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Aug 10, 2021 1:42 pm
This feature is one I get requests for too. Since logged-in users presumably don't get cached pages, I'm not sure how much of a concern performance would really be. For displaying latest posts, it would only involve adding a few WHERE clauses to the relevant DB query, you wouldn't need some kind of JOIN statement.
When displaying the topic itself, it could be done on the client side in JS+CSS, e.g.
.post-wrap[data-userid="xxx"] { display: none; }
Page 4 / 4
Prev