Thanks. I've made that change (among others), and it's working fine.
Great hack!
Also, something else that some might like:
in the navbar template (in some themes, this could be in the header template instead):
find
Code:
<if condition="$show['admincplink']"><a href="$admincpdir/index.php?$session[sessionurl]">$vbphrase[admin]</a> -</if>
and replace with
Code:
<if condition="$show['admincplink']"><a href="$admincpdir/index.php?$session[sessionurl]">$vbphrase[admin]</a> - <a href="$vboptions[bburl]/statistik.php?$session[sessionurl]">Statistics</a> -</if>
that will put a link to the statistics down at the bottom along with the link for your admincp. Just a thought.