I have a site I need to add another forum board to. There are four sections, each with their own member groups for logging in and two of these will have their own discussion forums. I also need to run these through a template so I can match the look/feel of the site and keep everything consistent. When I went to add the second forum board I assumed everything would point to the new forum URL but that doesn’t seem to be the case.
Here’s what I did. I duplicated a template group and made adjustments to the templates to allow for the addition of a new member group. I added the forum template, discussions.php, to the template group and added {exp:forum} inside. I went to the forum module and added a new forum board so I could apply a new theme to match the section, allow for only this sections members to have access to the forum, and to keep content separate across the forums. When I go to the new forum URL I see the original forum, not the new one I created for the new group. I’m not sure why this wouldn’t work as the use of the template is supposed to tell EE to use the forum url and I assume EE would try to match the forum url being passed to a forum url for one of the boards.
Anyone done anything similar and have a solution to this problem?