We thought this would be something someone at some point could find very useful and thought we would share how to add a new link to the vBulletin CMS Sub Navigation. When we say Sub Navigation we are talking about the links located below the Home | Forum | Blog | What's New. Product: vBulletin
- Login to admincp (http://www.yourdomain.com/admincp)
- Click and expand Plugins & Products
- Click Add New Plugin
- Add the following Information
Hook Location: process_template_complete
Title: Additional CMS Sub Nav Links (This can be anything you want)
Execution Order: 3
Plugin PHP Code:
Plugin is Active: YesCode:$template_hook['vbcms_navbar_end'] .= '<li><a href="test.php">Test Link</a></li>' ; $template_hook['vbcms_navbar_end'] .= '<li><a href="test.php">Test Link2</a></li>' ;
NOTE: Execution Order MUST be 3 if it is 5 it will not show.



LinkBack URL
About LinkBacks




Reply With Quote
