|
Administrator
|
Posts: 1016
Join Date: Mar 2005
|
I can't exactly understand what you want.
You can have private forums which would be accessible only to users you specify in seo-board_options.php But you'll have to add every user that has access.
If you want to make forums only for all registered users (only members could see), you'll need to write some php. Basically, you'll need to patch forum_visible() and get_invisible_forums() functions. You'll want to make the forums visible for all non-guests (user_id != 0) and ignore the privateforums variable.
Maybe I'll add a members only forums feature in 1.1 __________________Are you looking for an SEO Consultant?
Email me: hristo at seo-board dot com
|