I've got a solution (WSP) I've been working in for quite some time now. I've been using the built in tools to create a hierarchical navigation in my left nav menu, but I'd like to really customize that now. My menu looks somewhat like this:
Menu Header 1
Link 1a
Link 1b
Menu Header 2
Link 2a
Link 2b
Each of the links links to a custom view, all for the same list. What I'd like to do is have the navigation look like this:
Menu Header 1 (8)
Link 1a (3)
Link 1b (5)
Menu Header 2 (12)
Link 2a (4)
Link 2b (8)
The difference being that I'd like to show how many list items each view contains. I'm sure I'll have to hand code something, that's not a problem - but I'm really not even sure where to begin.
Can someone point me in the write direction? I'm using WSPBuilder in my project - I'd like to wrap this up in my solution if possible, if not, no worries...
Thanks for any and all pointers!