Hi,
This is related to this: https://community.nodebb.org/topic/14872/group-page-only-shows-limited-number-of-posts?_=1597422316813
We're getting more requests from our users to have ability to view more posts in group pages.
Thanks!
I noticed that pages like the /users page is still accessible even to those who are not logged in. How does one restrict pages like this to users who are logged in? Is this a feature that can be requested, as in added to the ACP, or can we do this via changing something on the page itself in the .tpl or something?
Great, thanks @baris. How about /recent and /popular? I'm trying to make a private forum but it doesn't seem current core is conducive to that.
Edit: I realize that I can block guests from seeing posts by setting the access control parameters in the ACP, but I'd like to block the /recent and /popular (and all other) pages from guests just in case anything is missed, or at least blocking them access on principle.