Notifications
Clear all

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.

 

[Closed] Ignore / mute user feature

21 Posts
9 Users
19 Reactions
8,167 Views
Posts: 8
(@solarian)
Active Member
Joined: 4 years ago

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