Thank you,
For the navbar
Just go to navbar template and add the link where you're sure a users is logged in. There is enough code in it.
You'll probably have to add something like
Code:
<if condition="$bbuserinfo['userid']">
<td class="vbmenu_control">
<a href="VBStatExtended.php$session[sessionurl_q]">$vbphrase[statistics]</a></td>
</if>
That should do the trick
There is a minor issue on the "Top posters on the bulletin board including thread and post %"
The allignment is a bit of. There is a redundant
Code:
<td align="left" nowrap="nowrap"><div class="smallfont">
It's located in the VBStatExtended_userstatsgroup_bit template. It's on line 229 of the old xml file.
You can safely remove it.
The version now online has this flaw corrected.
Gr