By briantes on
Hello. I have six forum on my website. Five of them are public (only for read - anonymous users can read but no write ), and one are private (only authenticated users can read/write).
I have create a View for a forum feed. I add filter for "node type = forum post" and "taxonomy vocabulary = forum".
The problem is this feed also shows post from private forum, that is, an anonymous user can read post of private forum throug the feed.
I don't know how could I filter the feed view to get only public forum post.
Some one could help me?