In that template which is for the Forums Tab yeah, it is in the wrong place, move it to,
After this line:
Before this line:
HTML Code:
<vb:if condition="$show['canviewforums']">
For the Home tab,in this template,vBulletin CMS Templates,
vbcms_navbar_link find:
HTML Code:
</vb:each>
<vb:else />
Add your code in between those two, so it looks like this:
HTML Code:
</vb:each>
<li><a href="payments.php{vb:raw session.sessionurl_q}">Subscribe</a></li>
<vb:else />
For the Blog tab in this template, Blog Templates,
blog_navbar_link find:
HTML Code:
</vb:if>
{vb:raw template_hook.blog_navbar_end}
Add your code in between those two, so it looks like this:
HTML Code:
</vb:if>
<li><a href="payments.php{vb:raw session.sessionurl_q}">Subscribe</a></li>
{vb:raw template_hook.blog_navbar_end}
Chris