You have ( 0 ) items in your

vBulletin Tutorials

PurevB offers you not only a FAQ page, but a step by step Tutorial Page that will help guide you through your own questions about modifying your skin, text / link color changes and more.

Results 1 to 2 of 2

Thread: Adding Links to the vBulletin CMS Sub Navigation

  1. #1
    Administrator
    Join Date
    Apr 2010
    Posts
    1,281

    Default Adding Links to the vBulletin CMS Sub Navigation

    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.
    1. Login to admincp (http://www.yourdomain.com/admincp)
    2. Click and expand Plugins & Products
    3. Click Add New Plugin
    4. Add the following Information
    Product: vBulletin
    Hook Location: process_template_complete
    Title: Additional CMS Sub Nav Links (This can be anything you want)
    Execution Order: 3
    Plugin PHP Code:
    Code:
    $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>' ;
    Plugin is Active: Yes

    NOTE: Execution Order MUST be 3 if it is 5 it will not show.
     

    Article Rating (1 )
    Register to vote
    Last edited by Adam; 07-13-2011 at 10:40 AM.

  2. #2
    Junior Member
    Join Date
    Apr 2013
    Posts
    1

    Default

    You must be an PurevB customer and logged in to view this response. Join today!

 

 

Similar Threads

  1. Adding footer links
    By PaulK in forum iBusiness vBulletin Theme
    Replies: 7
    Last Post: 08-30-2012, 10:59 AM
  2. Navigation Bar - Adding New Pages/Links
    By wealthcrave in forum Simple Idea vBulletin Theme
    Replies: 1
    Last Post: 05-31-2012, 04:10 AM
  3. Custom Navigation Links
    By slaeya in forum Socialize vBulletin Theme
    Replies: 5
    Last Post: 04-30-2012, 09:52 PM
  4. Add links to sub navigation bar on CMS page
    By TorosIT in forum Luburox vBulletin Theme
    Replies: 8
    Last Post: 07-13-2011, 05:07 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •