By tsrk on
I have looked through all the permissions, but there doesn't seem to be an option to hide the forum from unauthenticated users. How do I do that, or is Drupal missing that functionality?
I have looked through all the permissions, but there doesn't seem to be an option to hide the forum from unauthenticated users. How do I do that, or is Drupal missing that functionality?
Comments
_
It's not missing-- it's just not part of core drupal (by design). If you only want to control visibility of forums, you can use the http://drupal.org/project/forum_access module. If you want to control visibility of other areas of your site you might want to checkout the many other access control modules available in the downloads area.
Thank you
Thank you, that worked as far as hiding individual forums from users. However, a better solution would be to hide the entire forum module from unauthenticated users (like how "create content" is hidden from users who don't have permission to create content), because I also want the forum link to be hidden. Is there a way to do that?