I have tried and tried, but I cannot find the code to edit and direct my Forum's logo to my host URL. When clicked the logo just goes straight to the Forum's index. I would like it to go to my Website's index. I have done it before in other themes in 2.0 so I know it could be done. Can someone help me? Thanks!
<a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a> (or something like it, depending on your style)
And replace {U_INDEX} with the url of your main page. Note that with this method, users could possibly lose their session when returning to the main page. See This KB for more details.
Whew that worked! I tried it on the general overall_header.html, then the overall_header.html in the Styles folder. Both times it did not work. But then I tried in on the forum admin panel under template edit. Worked perfectly. Thanks Kim!