#757 closed enhancement (worksforme)
RFE: Arbitrary Hierarchy Levels
Reported by: | Owned by: | Radek Bartoň | |
---|---|---|---|
Priority: | normal | Component: | DiscussionPlugin |
Severity: | trivial | Keywords: | |
Cc: | Trac Release: | 0.9 |
Description
Right now you only have 2 levels of discussion Hierarchy, the Forum and the Topics. It would be nice to support more, say somewhere in the neighborhood of 3-4, hierarchy levels.
Attachments (0)
Change History (8)
comment:1 Changed 18 years ago by
Component: | TracHacks → DiscussionPlugin |
---|---|
Owner: | changed from Alec Thomas to Radek Bartoň |
comment:2 Changed 18 years ago by
Status: | new → assigned |
---|
You forot forum groups, so that is 3rd levels. What could be 4th?
comment:3 Changed 18 years ago by
I might be mising a configuration setting, but when I set this up, I only get the Forum List and then the Topics List (which is a series of messages). So I guess that is 3 levels, Forum, Topics, Messages.
What I'm looking for is something where I can have a breakdown like this: / /Development /Development/Component A /Development/Component B /Troubleshooting/ /Troubleshooting/Component A /Troubleshooting/Component B /Management/ /Management/Planning /Management/Risks etc
this is linked to the issue #756 (Forum based permissions) becuase we want the users to be able to access the troubleshooting area only .... and the developers to access the development and troubleshooting areas only ... you get the idea.
comment:4 Changed 18 years ago by
There is no groups defined by default but when you go on WebAdmin page there is Forum Groups section where you can define new ones and Forums section where you can assign forums to groups. All forums in all groups are displayed together (but groupped) right now but implement seprarate group view can be done (sometime :-) ). I think that this 3 levels are sufficient for your breakdown cause you can have groups Development, Troubleshoooting and Management where would be Components forums and inside them all topics. (This is the way how it was designed actually.)
comment:5 Changed 18 years ago by
You could also just have two Tracs, one for development and another for troubleshooting.
comment:6 Changed 18 years ago by
It sounds like this forum group is what I need. Unfortunately, I'm not seeing it in WebAdmin. I thought this might be because I haven't given myself the correct privileges, but I'm down as Trac_Admin and I don't see anything like Discussion_Admin ... only Discussion_Moderate (which I have).
TIA Chris
comment:7 Changed 18 years ago by
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
Wierd, I restarted apache and I see the Forum Groups now. I'm closing this ticket. Thanks so much!
-Chris
comment:8 Changed 18 years ago by
This was maybe caused by wrong plugin load order. Trac 0.9 has no options to guarant correct load order. Ticket was assigned to 0.9 trac release so I'm guessing that you have 0.9. Update to 0.10 ASAP :-).
OK, I'm an idiot ... I didn't set the right component.