I just thought I’d ask before I dive into php…
I need the entire Forum module to be hidden within an extranet (behind a login).
I’m assuming this can be done if I enable php in the forums, and in the main header put in some kind of conditional to check the user group of the current user. If the user isn’t in the correct group I should be able to die() or forward to a login template.
Possible? Has it been done? Anybody have a code example of how to accomplish this?