Well, one of the problems is that the tab structure is going to be a bit dynamic, in that it may be changing frequently , with new 'folders' being added... But, for alot of it, the 'pages' are actually the same, with the modules getting their data results based off of parsing the URL and calling stored procs with those parameters being passed in. As such, I don't actually have all that many seperate pages... at least, not yet....
As such, I cannot set up seperate forums and put them on the pages, because the page for buffalo, chicago and LA are all actually the same page, just with some different data being returned via the stored procs.
If I do use a single forum at the root, how do I navigate to a specific sublevel of it? If there's a 'root level' value in the settings control, can I dynamically set that at page load? Also, if I'm adding new threads\grouping programatically, which is starting to sound like what I'll need to do, is there a way to control the display order?
Brian