I am a beginner in Openacs. Can anyone help me with this probelm? I want to build a Forum in my site, and I have installed the package. However, I want to have different forums for different departments, which means when I call up department A, only department A's messages are shown and they cant see B's messages. The departments are being dynamically added. I have stored the department details in my database. and each one is identified by a department_id. so when i call up a site for a particular department, i pass the department_id in the url. Do I have to hack in the code of Forum to achieve what i need? (I have thought of subsite, creating more than one instances of forums, but since department can be added dynamically, I don't think this work?)
Thanks
Paul
Request notifications