How to add more options to menu bar?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sergr5
    Member
    • Aug 2004
    • 83

    How to add more options to menu bar?

    Ah yes.. yet another question...


    How do I add more selections to the rop menu bar.. the one that has "User CP" and others.. I want to add a second line with a few links..


    THANKS!!!
    Last edited by sergr5; Wed 8 Sep '04, 12:47pm.
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    See this thread.

    Comment

    • sergr5
      Member
      • Aug 2004
      • 83

      #3
      Great that did the trick... however I want to add a second line right below so I can add links to that... any suggestions?

      Comment

      • Jake Bunce
        Senior Member
        • Dec 2000
        • 46598
        • 3.6.x

        #4
        In that case, remove the code you added and scroll down that template a little farther. Add the red code:

        Code:
        		</if>
        	</tr>
        	</table>
        </div>
        <!-- / nav buttons bar -->
        
        [color=red]<!-- second nav button row -->
        <div align="center">
        	<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
        	<tr align="center">	
        		[color=blue]<td class="vbmenu_control"><a href="URL">LINKED TEXT</a></td>[/color]
        	</tr>
        	</table>
        </div>
        <!-- / second nav button row -->[/color]
        		
        <br />
        <br />
        
        <if condition="$show['popups']">
        <!-- NAVBAR POPUP MENUS -->
        Add more instances of the blue code within the red code to add more links to that second row.

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...