Quote:
Originally Posted by DragonByte Tech
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 for Full Membership</a></li>
<vb:else />
|
Hello again Chris;
You were kind enough to help me last April (as depicted above), but I have since upgraded to from VB 4.1.11 to VB 4.1.20 ... and the Activity Stream and Navigation Manager ransacked all of my custom tabs. Fortunately, I have fixed all of them all now--except for my subnavigation links associated with my Home/CMS Tab.
I tried to re-follow this advice you gave me several months ago, of putting the above code into my vbcms_navbar_link, but it doesn't seem to be working with this iteration of VB.
Any ideas on how to add the following sub-navigation links to my Home Tab that will globally affect all of my CMS in VB 4.1.20?:
Code:
<li><a href="calendar.php">Calendar</a></li>
<li><a href="faq.php">FAQ</a></li>
<li><a href="groups.php">Groups</a></li>
<li><a href="payments.php">Subscribe for Full Membership</a></li>
Thanks again for all your help!
Jack