I'm trying to build some sort of a discussion boards by using custom post types and the built in comments.
The structure is as following: An archive page to list all the pages of the Forum type, so each page is a "forum" Each "forum" has a title , a small description and then some threaded comments as threads with replies
I think I'm at the right direction here, but I have a couple of question and maybe some one could assist me with them:
Is it possible to have user to be associated with specific pages? Example: I'd like user A, B, C to be able to view "Forum" (page) 1; user D, E, F -> "Forum" (page) 2; etc.
Is it possible to have users to be redirected on sign up to their profile page, but disable all other menus in the admin area for them?
Is it possible to allow some users to be able to moderate comments only but not to see the other options on the site?
Any help would be great.

