Excellent hack An-Net, thanks a ton...
I have one suggestion...Brian over at vBAdvanced helped me out with this..
For anyone that wants to make the change, edit your navbar template.
Replace:
Code:
<td class="vbmenu_option"><a href="journal.php">Journal Index</a></td>
</tr>
<if condition="$bbuserinfo!=0">
<tr>
<td class="vbmenu_option"><a href="journal.php?do=gotomyjournal">My Journal</a></td>
With:
Code:
<td class="vbmenu_option"><a href="$vboptions[bburl]/journal.php">Journal Index</a></td>
</tr>
<if condition="$bbuserinfo!=0">
<tr>
<td class="vbmenu_option"><a href="$vboptions[bburl]/journal.php?do=gotomyjournal">My Journal</a></td>
This fixes the links if people are using the vBAdvanced CPMS portal.