I dont’ know if this is even possible, but I thought I’d ask. I’d like to have a link to a bbpress forum in my main menu line. If I have to, I’ll make a wordpress page that contains a link, but I’d like to have a link directly in the menu. Is this doable?
Yes. There is a custom code option in the admin page.
Something like the following is all you would need for a top level link to your bbPress forum:
[code:3vsdkrab]<li><a href="http://linktoyourbbpresspage.com/">bbPress</a></li>[/code:3vsdkrab]