XF 1.5 Users can only see their replies

ThienThanh

Member
Hello,
I want to create a forum that allows anonymous users. People can read threads and post replies, however, when they visit the thread, they will only be able to read the content of the thread (first post) and their own replies.

What I mean is that they can still see and read thread content posted by other people, but other than the thread content (first post) they can't read other replies in that thread, except their own replies.

What should I do to make it happen?
Thanks very much.
 
There is no option built in for that.

It would be possible by editing the template(s) and using a conditional statement to match the viewing user id with the post user id.
 
Top Bottom