The vB SEO hack rewrites urls that are in the format:
<a href="showthread.php
But your vBAdvanced page has urls in the format:
<a href="forum/showthread.php
Therefore, you need to create new rules to accomidate that.
Basically just copy the "showthread.php" line but make it "/forum/showthread.php" or similar.