Okay, if you are using the Blog, even the newest version, there is one comments link that breaks when using this, as well as 2.2.2...
To fix it:
In "blog_show_entry" template find:
Code:
<span class="shade"><a href="#comments" class="shade">$vbphrase[comments]</a></span> <span id="commentcount1">$bloginfo[comments_visible]</span>
Replace with:
Code:
<span class="shade"><a href="blog.php?b=$blog[blogid]#comments" class="shade">$vbphrase[comments]</a></span> <span id="commentcount1">$bloginfo[comments_visible]</span>