I've setup Guest and unchecked 'Front - Can view members' in the Usergroup setup.
However when testing a Guest will still see the Members tab in the forum head, and on clicking will see the first page of the member directory.
When clicking through to the second page it correctly shows 'You do not have permission to view this page'
Hi @vanessa,
I think this is a cache issue. Please make sure wpForo pages are excluded from your cache solutions.
Hi @vanessa,
All wpForo pages should be excluded from any kind of caching, even if you use edge cache you save some snapshot in a server which is close to current user. This is also a cache and this will prevent current visitor to see changes on the forum page. The forum page will be a static list.
wpForo does as much as possible to cache requests and data pulling from database in a correct way. Only wpForo know when the data should be cached and which data should be cached. That's why we always recommend exclude wpForo page from all cache layers, excerpt static data like CSS and JS files. For example, you can enable AWS CloudFront without any issue.
This topic provides some good information about the issue and how to exclude wpForo pages from some popular plugins: https://wpforo.com/community/faq/wpforo-and-cache-plugins/