Brendan Bartlett
Starting Member
1 Posts |
Posted - 03 September 2003 : 13:36:54
|
I'm a DBA and I'm setting up Snitz to use for documentation, change control, issue logging, support requests, etc.
As it is the forums are organized in this manner: 1-Groups (of categories) 2-Categories (of forums) 3-forums (of topics) 4-Topics (of replies) 5-Replies
The way I am setting mine up is as follows: Groups - Not really using at this point. Future use of Production, Development, Projects, etc.
Categories - Projects
Forums - Each Project will have a standard set of forums such as Documentation, Issues, Requests, etc.
Topics - Users can add relevant topics within each Forum.
What I want to be able to do is have an additional group or category that can pull forums from multiple categories. i.e. All the issues forums. Or all the documetation forums.
I run SQL Server and the database side of the mod would be pretty trivial. Just add a two column table that is a cross reference between the two. (Col 1 - Group or Category ID, Col 2 - Forum ID) Then the asp code would need to be changed to include a join to this table and display it. However, my ASP skills suck.
Anyone know of something similar or willing to code this?
|
|