Notifications
Clear all

[Closed] Ignore / mute user feature

21 Posts
9 Users
19 Likes
6,189 Views
Posts: 8
(@solarian)
Active Member
Joined: 3 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