Cannot open any forums

Ok I kind of fixed it (for anyone in the future with this problem)

Take all route changers off
have the forums at /forums (or whatever)
have the portal at /portal (or whatever)
have home page (under basic board info) set to whatever the portal is set to.

It is not as clean looking as I would like but hey it works
If I find any better way in the future will post here

oh ya to have the "home" tab highlighted while they are on, turn it on in the portal settings. You will now see 2 home buttons. 1 is highlighted one is not. To get rid of the one that is not highlighted go to your navigation template and search for this:

Code:
<!-- home -->
<li class="navTab home PopupClosed"><a href="{$homeLink}" class="navLink">{xen:phrase home}</a></li>

and delete it. There you go. Its highlighted now! And if you did everything I told you to when they click the logo it should bring them to the portal
 
Top Bottom