I want to let each member view their own profile but not see other members' profiles.
What I did to disable the link to members' profiles when they post a topic or reply was add this PHP snippet (add_filter( 'wpforo_member_link_clickable', '__return_false' );), which works. However, is there another way in the wpforo settings or usergroup permissions to do this?
Currently, I also have enabled for the registered usergroup "Front - Can view profiles" so that the member can see their own profile.
Thank you.