Allow Only Drupal Users to See a Page
ryan.hackl - June 2, 2009 - 22:39
The question:
Is there a way to set up a static page so that users can only see the page if they log on? (In 'public' view, it would be 'invisible')
The reason:
I'd like to set up pages for authenticated users to see only when they log on to the site (for instance, 'private' discussion boards). I don't want the 'public' to see these pages.
Thanks for any/all help... it's appreciated!

=-=
if for forums, investigate the forum_access.module
for specific content types investigate the node_access.module.
there is also a content_access.module
one could also use the taxonomy.module create a private taxonomy and use the tac.module or tac_lite.module if they so chose.
.
Much thanks... I'll try this!
No 'access forums' in module?
In the access control, is there no 'access forums' in the forum module? I've changed permissions for the 'administers forums', 'create forum topics' and 'edit own forum topics', but would like to "make private" (so that public doesn't see the forum). I would assume that I could do this if there was an 'access forums' option.
Is that possible?
=-=
forum control is accessed when editing the forums in administer -> forums not administer -> permissions