Is this the problem?
Im trying to fix this myself.. but I cant find the reason why the website thinks its still in 'Forum' While im on the Projects page
Anyone can help?
I was able to add a hack to partaly solve the nav bar menu:
add
Code:
<vb:if condition="THIS_SCRIPT != 'project'">
after
Code:
<vb:if condition="$tab['children'] AND $selected == $tabid">
in
navbar_tabs
and close the IF
before:
add:
This will not solve the problem that the forum still thinks the projects are a child tab, if anyone else has suggestions..