I've added
Code:
$vbulletin->templatecache['header'] = str_replace('$vbphrase[new_posts_nav]</a></td>', $vbulletin->templatecache['cyb_advancednewposts'],$vbulletin->templatecache['header']);
to my installation in order to incorporate the links into those styles which display the new posts link in the header template, and not the navbar. While it's working for me in 2.2 (save the homepage), 2.1 seems to introduce an extra <tr> tag which messes everything up. Guess I'll just wait for the AJAX homepage fix.