ellmetha / django-machina

A Django forum engine for building powerful community driven websites.
https://django-machina.readthedocs.org
BSD 3-Clause "New" or "Revised" License
589 stars 126 forks source link

see forum and read forum permissions #318

Open macumhail opened 1 month ago

macumhail commented 1 month ago

I would like to all users to be able to see the categories and forums inside of categories. However I only want to grant read forum permissions to certain groups for certain forums.

It appears that to allow users to see forums (granted with "can see forum") they also have to have "can read forum" permission.

Is there a way to allow users to see forums in a forum list without allowing them to also read the forums?