The menu is defined in the function construct_forum_jump which is in functions.php. There is a foreach loop at the top the defines what goes into the list. Inside that is an if statement with a condition that results in just 'continue'... you can add in a condition to check if the forum is a category and if so, continue. You'll have to play with it yourself, but I'm sure you can figure it out.
|